Forums / Install & configuration / Set the local language on a 3.8.6
Xavier Dutoit
Tuesday 23 January 2007 1:13:37 am
Hello,
I'm trying to have the {"static texts"|i18n("/my/question")} in another language than english.
I tried to update on the site.ini.append of my siteaccess to:
[RegionalSettings] #Locale=eng-GB Locale=fre-FR
clearcache... but it doesn't change anything.
Am I missing something obvious ?
X+
P.S. I've got an extension containing translations, as described there http://ez.no/community/forum/setup_design/multilingual_static_texts_how_to_reuse_and_customise
http://www.sydesy.com
Kristof Coomans
Tuesday 23 January 2007 1:28:26 am
Hi Xavier
Did you enable TextTranslation?
[RegionalSettings] TextTranslation=enabled Locale=fre-FR
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Tuesday 23 January 2007 3:05:22 am
Hi Kristof,
I'm stupid, it was indeed the problem, it was disabled in the the settings/override/site.ini.append
Do you know an easy way to see what are really the params from the ini (know for sure between the cache issues and the view ini.override that can come from the siteaccess or the override or an extension) ?
(thinking about adding something like that to ezdebug extension).