Forums / Install & configuration / Changing defaut language
Rodrigo Pinheiro
Thursday 13 May 2004 6:11:27 am
Hi,
I'm using ezpublish 3.4 beta 1.
I have installed ezpublish with English as the default language. I've added the por-PT language, and I can manage to translate texts to portuguese.
The problem is that each time I add an article, the default language is english and not in portuguese. How to change the default language to portuguese?
I've searched the documentation but I can't find a solution.How to solve this problem?
Thanks
Alex Jones
Thursday 13 May 2004 6:38:25 am
You should be able to do this by making a change in your site.ini.append file:
[RegionalSettings] # The primary language for your site Locale=<b>por-PT</b>ContentObjectLocale=<b>por-PT</b>
Make sure to clear all the caches after putting these changes in place.
Alex
Alex [ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ] <i>When in doubt, clear the cache.</i>
Friday 14 May 2004 2:12:30 am
Problem solved! Thanks a lot Alex!
Friday 14 May 2004 6:20:51 am
You are quite welcome. :) Glad to hear you are up and running.