[TYPO3-windows] config.locale_all

Gerhard Rasi rasi at trasi.ch
Mon Apr 10 11:19:42 CEST 2006


hi
just config.locale_all=german
works fine on my iis6

"Nick Weisser" <typo3 at openstream.ch> schrieb im Newsbeitrag 
news:mailman.1.1143472832.18283.typo3-windows at lists.netfielders.de...
> Hi there,
>
> I tried to find out my preferred locale with this little script:
>
> /* try different possible locale names for german as of PHP 4.3.0 */
> $loc_de = setlocale(LC_ALL, 'de_DE at euro', 'de_DE', 'de', 'ge');
> echo "Preferred locale for german on this system is '$loc_de'";
>
> which gave the following output:
>
> Preferred locale for german on this system is 'German_Germany.1252'
>
>
> Now, I've set the local_all property accordingly:
>
> config.sys_language_uid = 0
> config.language = de
> config.locale_all = German_Germany.1252
> config.htmlTag_langKey = de-CH
>
>
> Unfortunately, I still get English date names for this TypoScript:
>
> temp.datum = TEXT
> temp.datum.data = date : l, d. F Y
>
>
> Is there anything else I need to consider?
>
> Regards,
> Nick 





More information about the TYPO3-windows mailing list