Exception for incorrect localization tables.
This function allows to choose current locale for application.
Current application language by langlocal settings.
Current system language.
Initializes localization by a two-dimensional array of strings. Titles of columns (first line - index 0) must be locales in Linux style without encoding (en_US, en_GB, eo, fr_CA, ru_RU, etc.), first locale is en_US always.
Initializes localization by a CSV file with translations. Titles of columns (first line - index 0) must be locales in Linux style without encoding (en_US, en_GB, eo, fr_CA, ru_RU, etc.), first locale is en_US always.
This function returns string corresponding to the English (en_US) version, according to the current localization selected.