Thursday 28 September 2006 3:50:17 am
Hi, I found a very strange behaviour concerning the language codes: In my site.ini I have the following:
[RegionalSettings]
Locale=eng-GB
ContentObjectLocale=eng-GB
SiteLanguageList[]=eng-GB
TextTranslation=enabled
[ContentSettings]
TranslationList=eng-GB
To use this
{"salutation"|i18n( 'mycontent/texts' )}
, the system should search for a share/translations/eng-GB/translation.ts file. But there is nothing like this. Even the system looks neither in the eng-US nor in the untranslated. If I create a eng-GB directory and cop the translation.ts file, then it is working. My question is now, how does this eng-GB is working ?
Regards Heiner
|