language_s Struct Reference

Struct that reflects parsed language definitions from our script files. More...

Collaboration diagram for language_s:
Collaboration graph
[legend]

Data Fields

char * localeID
char * localeString
localeMapping_tlocaleMapping
struct language_snext

Detailed Description

Struct that reflects parsed language definitions from our script files.

Definition at line 47 of file cl_language.c.


Field Documentation

short locale id

Definition at line 48 of file cl_language.c.

Referenced by CL_GetLocaleID(), CL_LanguageInit(), CL_LanguageTest(), CL_LanguageTryToSet(), and CL_ParseLanguages().

mapping to real locale string for setlocale

Definition at line 50 of file cl_language.c.

Referenced by CL_GetLocaleID(), CL_LanguageTest(), CL_LanguageTryToSet(), and CL_ParseLanguages().

translatable locale string to show in menus

Definition at line 49 of file cl_language.c.

Referenced by CL_LanguageInit(), and CL_ParseLanguages().

next language in this list

Definition at line 51 of file cl_language.c.

Referenced by CL_GetLocaleID(), CL_LanguageInit(), CL_LanguageTest(), CL_LanguageTryToSet(), and CL_ParseLanguages().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2