Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > Change default culture View modes: 
User avatar
Member
Member
francis.harvey-irisco - 6/15/2011 1:03:55 PM
   
Change default culture
Hi,

I want to change default culture from en-us to fr-ca,

So, I changed every translation string in UICulture in sqlserver,
I changed the culture of every document too,
I change the culture associated with the site, and the default culture in the administration settings,

So now it seem to work,
The only thing strange is in the UICulture page, it say the default culture is en-us...

Actions | Key | Default (en-us) | Translated

Did I miss something or the header string is hardcoded ?
And the more important thing is, can this make things goes wrong on the site ?

Thanks
Francis Harvey

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/16/2011 1:22:12 AM
   
RE:Change default culture
Hi,

You have changed the culture correctly. However,could you please explain in more details which UIPage yu mean exactly? From your description I am not clear where do you see the default culture setting set for en-us.

Have you tried clearing the cache and/or restarting the application after yu have changed the culture settings?

Best regards,
Juraj Ondrus

User avatar
Member
Member
francis.harvey-irisco - 6/16/2011 8:20:27 AM
   
RE:Change default culture
Hi Juraj,

Yes i've restarted the application after changing the setting.

I see the default en-us in the Site Manager, Development, UI cultures, French..., in the header of the list

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/17/2011 2:33:23 AM
   
RE:Change default culture
Hi,

I got it now! It is just a name of the column in the grid. The English language is the default for the User Interface (UI) and the default resource string file (.resx) is in en-us culture.

In that column you can see the "default" value of given string.

It has no affect on the site, since it is the "UI culture".

Best regards,
Juraj Ondrus

User avatar
Certified Developer 8
Certified Developer 8
vikash.kumar-netsolutionsindia - 9/12/2013 8:49:16 AM
   
RE:Change default culture
You can change Default Culture of UI.

Please add Key into web.Cong Ex.
<add key="CMSDefaultUICulture" value="en-GB"/>

You can add value further any language like (fr-FR).
It will Change the Default language of UI Culture. You have added.
You can see in UI Culture Default does not write after language.But It is working fine.

Thanks,
Vikash Chauhan
India