This is a place to discuss how to adapt mojoPortal to the needs of different cultures. Before asking questions here please first review the localization documentation.
Dear all
i set my web.config file to
<add key="UseCultureOverride" value="true" /> <add key="site1culture" value="fr-FR" /> <add key="site1uiculture" value="fr-FR" />
but nothing happend and still my resource is in english.
but i test by copy resource.resx and change in name to resource.fr.resx and translate related it work fine.
the question is where the location for downloading resource in fr and put it in my project app_glob....
kind regards.in need resource in persian also
but i cant find any ..and the setting in web.config doesnot work
on our codeplex download page there is a separate languagepak download, get that and put the resx files for your chosen languages into the /App_GlobalResources folder
great. thank you so much