[Typo3-dev] en_US and en_GB localization

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Oct 20 10:25:24 CEST 2005


Patrick Gaumond schrieb:
> Stanislas Rolland wrote:
> 
>> Some requests I received recently lead to the following question:
>>
>> What would be the best way to offer both en_US and en_GB localizations 
>> in a front end plugin?
> 
> And if it ever become a reality, it should have some kind of cascading 
> possibility. I mean if the language is set to en_US and not available 
> then goto en_GB(default).

There is a fallback but no cascade.

The problem with en_US vs en_GB is that TYPO3 doesn't distinct these two 
languages. Perhaps it's enough to add a made-up key in your 
locallang.php and set up your TS config accordingly.

Eg

"default" => array() // en_GB
"us" => array() // en_US

Masi




More information about the TYPO3-dev mailing list