#include "orxInclude.h"Go to the source code of this file.
Data Structures | |
| struct | orxLOCALE_EVENT_PAYLOAD |
Enumerations | |
| enum | orxLOCALE_EVENT { orxLOCALE_EVENT_SELECT_LANGUAGE = 0, orxLOCALE_EVENT_SET_STRING, orxLOCALE_EVENT_NUMBER, orxLOCALE_EVENT_NONE = orxENUM_NONE } |
Functions | |
| orxDLLAPI void orxFASTCALL | orxLocale_Exit () |
| orxDLLAPI const orxSTRING orxFASTCALL | orxLocale_GetCurrentLanguage () |
| orxDLLAPI const orxSTRING orxFASTCALL | orxLocale_GetKey (orxS32 _s32KeyIndex) |
| orxDLLAPI orxS32 orxFASTCALL | orxLocale_GetKeyCounter () |
| orxDLLAPI const orxSTRING orxFASTCALL | orxLocale_GetLanguage (orxS32 _s32LanguageIndex) |
| orxDLLAPI orxS32 orxFASTCALL | orxLocale_GetLanguageCounter () |
| orxDLLAPI const orxSTRING orxFASTCALL | orxLocale_GetString (const orxSTRING _zKey) |
| orxDLLAPI orxBOOL orxFASTCALL | orxLocale_HasLanguage (const orxSTRING _zLanguage) |
| orxDLLAPI orxBOOL orxFASTCALL | orxLocale_HasString (const orxSTRING _zKey) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxLocale_Init () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxLocale_SelectLanguage (const orxSTRING _zLanguage) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxLocale_SetString (const orxSTRING _zKey, const orxSTRING _zValue) |
| orxDLLAPI void orxFASTCALL | orxLocale_Setup () |
Definition in file orxLocale.h.
1.5.6