# Packages
No description provided by the author
# Functions
LanguageNames returns a list of possible string values of Language.
No description provided by the author
ParseLanguage attempts to convert a string to a Language.
# Constants
LanguageDEFAULT is a Language of type DEFAULT.
LanguageEN is a Language of type EN.
LanguageRU is a Language of type RU.
LanguageTR is a Language of type TR.
LanguageZHHANS is a Language of type ZH_HANS.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Language ENUM(DEFAULT=0, RU, EN, TR, ZH_HANS).