43 #ifndef __orxLOCALE_H_ 44 #define __orxLOCALE_H_ 52 typedef enum __orxLOCALE_EVENT_t
65 typedef struct __orxLOCALE_EVENT_PAYLOAD_t
orxDLLAPI orxBOOL orxFASTCALL orxLocale_HasLanguage(const orxSTRING _zLanguage)
orxDLLAPI orxSTATUS orxFASTCALL orxLocale_SelectLanguage(const orxSTRING _zLanguage, const orxSTRING _zGroup)
orxDLLAPI const orxSTRING orxFASTCALL orxLocale_GetKey(orxU32 _u32KeyIndex, const orxSTRING _zGroup)
orxDLLAPI void orxFASTCALL orxLocale_Setup()
orxDLLAPI orxSTATUS orxFASTCALL orxLocale_Init()
orxDLLAPI void orxFASTCALL orxLocale_Exit()
orxDLLAPI const orxSTRING orxFASTCALL orxLocale_GetCurrentLanguage(const orxSTRING _zGroup)
orxDLLAPI const orxSTRING orxFASTCALL orxLocale_GetLanguage(orxU32 _u32LanguageIndex)
const orxSTRING zStringValue
orxDLLAPI orxU32 orxFASTCALL orxLocale_GetKeyCount(const orxSTRING _zGroup)
orxDLLAPI orxBOOL orxFASTCALL orxLocale_HasString(const orxSTRING _zKey, const orxSTRING _zGroup)
const orxSTRING zLanguage
orxDLLAPI const orxSTRING orxFASTCALL orxLocale_GetString(const orxSTRING _zKey, const orxSTRING _zGroup)
const orxSTRING zStringKey
orxDLLAPI orxU32 orxFASTCALL orxLocale_GetLanguageCount()
orxDLLAPI orxSTATUS orxFASTCALL orxLocale_SetString(const orxSTRING _zKey, const orxSTRING _zValue, const orxSTRING _zGroup)