Functions
lang.inc
| Function | Type | Description |
|---|---|---|
| AddTranslation | native | Adds a new translation. |
| CreateLangKey | native | Creates a new or finds an existing translation key. |
| GetLangTransKey | native | Finds a translation key index without adding on failure. |
| LookupLangKey | native | Looks up the translation of the key for the given type. |
| SetGlobalTransTarget | native | Sets the global language target. |
| get_lang | native | Returns the two-letter name of a language returned by get_langsnum() |
| get_langsnum | native | Returns the number of languages loaded. |
| lang_exists | native | Checks if the language is loaded. |
| register_dictionary | native | Registers a dictionary file, making sure the words are in the dictionary. |