Localization
Table of Contents
Namespaces
- Exception
- Parser
Classes
- CacheWarmer
- LanguageService
- Main API to fetch labels from XLF (label files) based on the current system
language of TYPO3. It is able to resolve references to files + their pointers to the
proper language. If you see something about "LLL", this class does the trick for you. It
is not related for language handling of content, but rather of labels for plugins.
- LanguageServiceFactory
- LanguageStore
- Locale
- A representation of
language key (based on ISO 639-1 / ISO 639-2)
- the optional four-letter script code that can follow the language code according to the Unicode ISO 15924 Registry (e.g. Hans in zh_Hans)
- region / country (based on ISO 3166-1)
separated with a "-".
- Locales
- Locales. Used to define TYPO3- system languages
When adding new keys, remember to:
- Update 'setup' extension labels (sysext/setup/Resources/Private/Language/locallang.xlf)
That's it!
- LocalizationFactory
- Provides a language parser factory.
- TcaSystemLanguageCollector
- Provides ItemProcFunc fields for special population of available TYPO3 system languages