]>
Commit | Line | Data |
---|---|---|
4514447c FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: const_langcodes.h | |
3 | // Purpose: Language values enumerated | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id$ | |
6 | // Licence: wxWindows license | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | ||
880efa2a | 10 | /** |
4514447c | 11 | |
928f1a07 | 12 | @page page_languagecodes Language identifiers |
3c4f71cc | 13 | |
928f1a07 FM |
14 | The following wxLanguage constants may be used to specify the language |
15 | in wxLocale::Init and are returned by wxLocale::GetSystemLanguage: | |
3c4f71cc | 16 | |
928f1a07 | 17 | <!-- generated code begins here --> |
3c4f71cc | 18 | |
928f1a07 | 19 | @todo ADAPT THE PYTHON SCRIPTS TO GENERATE HERE THE LIST |
3c4f71cc | 20 | |
928f1a07 FM |
21 | This enum is generated by misc/languages/genlang.py |
22 | When making changes, please put them into misc/languages/langtabl.txt | |
23 | ||
24 | <!-- generated code ends here --> | |
4514447c FM |
25 | |
26 | */ |