UFO: Alien Invasion
|
List of all mappings for a locale. More...
Data Fields | |
char * | localeMapping |
struct localeMapping_s * | next |
List of all mappings for a locale.
Definition at line 167 of file cl_language.cpp.
char* localeMapping_s::localeMapping |
string that contains e.g. en_US.UTF-8
Definition at line 168 of file cl_language.cpp.
Referenced by CL_GetLocaleID(), CL_LanguageTest(), CL_LanguageTryToSet(), and CL_ParseLanguages().
struct localeMapping_s* localeMapping_s::next |
next entry in the linked list
Definition at line 169 of file cl_language.cpp.
Referenced by CL_GetLocaleID(), CL_LanguageTest(), CL_LanguageTryToSet(), and CL_ParseLanguages().