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.
Hi Joe. Davice,
I want to add Persian language(Farsi) to my local mojoportal.
I download language pack from i7MEDIA/mojoPortal-Languages-Support and copy contains of "fa" folder to root of my site.
then add below lines to user.config:
<add key="UseCultureOverride" value="true" /> <add key="site1culture" value="fa-IR" /> <add key="site1uiculture" value="fa-IR" /> <add key="UseCustomHandlingForPersianCulture" value="true" />
<add key="UseCultureOverride" value="true" />
<add key="site1culture" value="fa-IR" /> <add key="site1uiculture" value="fa-IR" />
<add key="UseCustomHandlingForPersianCulture" value="true" />
and change web.config and save that.
then I browse localhost/setup/default.aspx but language don't change for me!!!
Please help me, If I require another work on my site.
thank!
Hi Sadegh,
You should copy the contents of the folder to App_GlobalResources.
Thanks, Joe