(no description)
File Size: | 285 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
t3lib_l10n_Locales:: (8 methods):
initialize()
getLocales()
getLanguages()
getIsoMapping()
getTerLocales()
getLocaleDependencies()
getTerLocaleDependencies()
convertToTerLocales()
Class: t3lib_l10n_Locales - X-Ref
Locales.initialize() X-Ref |
Initializes the languages. return: void |
getLocales() X-Ref |
Returns the locales. return: array |
getLanguages() X-Ref |
Returns the supported languages indexed by their corresponding locale. return: array |
getIsoMapping() X-Ref |
Returns the mapping between TYPO3 (old) language codes and ISO codes. return: array |
getTerLocales() X-Ref |
Returns the locales as referenced by the TER and TYPO3 localization files. return: array |
getLocaleDependencies($locale) X-Ref |
Returns the dependencies of a given locale, if any. param: string $locale return: array |
getTerLocaleDependencies($locale) X-Ref |
Returns the dependencies of a given locale using TER compatible locale codes. param: string $locale return: array |
convertToTerLocales(array $locales) X-Ref |
Converts an array of ISO locale codes into their TER equivalent. param: array $locales return: array |