| void Loc_Initialize( |
| ) |
Initialize the localization module
| data const void* | Pointer to generated localization data |
| num u8 | Maximum number of entry for a language (should be TEXT_MAX). |
| inline void Loc_SetLanguage( |
| ) |
Set the current language
| lang u8 | Index of the language to selection (must be between 0 and LANG_MAX-1). |
| inline const c8* Loc_GetText( |
| ) |
Get a given text in the current language
| text u8 | Index of the text to retreive in the current language (must be between 0 and TEXT_MAX-1). |