Russian Localization

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.
2/13/2011 10:14:43 AM
Gravatar
Total Posts 31

Russian Localization

Hi Joe!

I`m try to install mojoPortal with russian localization. After installation I get ?????? but not russian text.

I`m change utf-8 in web.config file and I add

    <add key="UseCultureOverride" value="true"/>
<add key="site1culture" value="ru-RU" />
<add key="site2culture" value="ru-RU" />

and for global localization I add:

    <add key="AutoSetContentType" value="true"/>
    <add key="ContentMimeType" value="application/xhtml+xml"/>
    <add key="ContentEncoding" value="utf-8"/>

 

and for the end I add:

<globalization culture="ru-RU" uiCulture="ru-RU" requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="iso-8859-15"/>

 

but till now i have only ?????

What I mees?

Thanks, Regards

 

2/13/2011 10:19:16 AM
Gravatar
Total Posts 18439

Re: Russian Localization

You should not change this:

<globalization culture="auto:en-US" uiCulture="auto:en-US"

the rest of your changes are ok but do not change that. The reason is the default there must be a complete tranlsation with no missing keys or it will create errors.

The other settings are sufficient to make it use Russian by default but it still must fall back to English for keys that are missing in the Russian resource files. We have only a partial translation for Russian.

Hope it helps,

Joe

2/13/2011 10:28:04 AM
Gravatar
Total Posts 31

Re: Russian Localization

O.K.

See , where i do my best :)

O.K. i will reinstall mojoPortal with recommended settings.

Thaks again

2/13/2011 10:34:01 AM
Gravatar
Total Posts 31

Re: Russian Localization

MySQL Db I change to utf-8

This settings is O.K. ?

2/13/2011 12:13:17 PM
Gravatar
Total Posts 18439

Re: Russian Localization

yes, you should use utf-8 for the db.

Best,

Joe

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