localization - help - files question

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.

This thread is closed to new posts. You must sign in to post in the forums.
4/15/2015 8:12:16 AM
Gravatar
Total Posts 92
Нет, я не изменил. До старости глубокой...

localization - help - files question

The content that belongs here is too complex to display securely.
4/18/2015 11:04:37 AM
Gravatar
Total Posts 92
Нет, я не изменил. До старости глубокой...

Re: localization - help - files question

Any help ?
I need to understand the logic of this issue !
should i change all help files to standard ar-Jo or ar-SA ? which is not logical here !

i hope Joe will see this issue and advice

regards

4/18/2015 11:27:55 AM
Gravatar
Total Posts 18409

Re: localization - help - files question

the help system can only work with ar-JO or ar-SA it does not work when the culture is less specific like ar, it will fall back to English if it does not see the files and it will not see the files with just ar

using this does work for me:

<add key="UseCultureOverride" value="true" />
  <add key="site1culture" value="ar-JO" />
  <add key="site1uiculture" value="ar-JO" />

with help files named like ar-JO-helpkey.config

resource files may fallback to ar if ar-JO is set as the culture and no ar-JO resx files exist, but the help file system is not smart enough to know that ar is a suitable fallback if ar-JO files are not found

 

You must sign in to post in the forums. This thread is closed to new posts.