Localization
Table of Contents
Namespaces
- Exception
- Loader
- Parser
Classes
- CacheWarmer
- DateFormatter
- Wrapper for dealing with ICU-based (php-intl) date formatting
see https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax
- LabelBag
- LabelFileResolver
- Service class for resolving label file paths and determining loading order.
- 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 to language handling of content, but rather of labels for plugins.
- LanguageServiceFactory
- 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
- Defines all available TYPO3 system languages, as they differ from actual ISO 639-1 codes.
- LocalizationFactory
- This class acts currently as facade around SymfonyTranslator.
- OfficialLanguages
- A class providing information about all official ISO 639-2 languages.
- TcaSystemLanguageCollector
- Provides ItemProcFunc fields for special population of available TYPO3 system languages