git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			27 lines
		
	
	
		
			768 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			768 B
		
	
	
	
		
			C
		
	
	
	
	
	
/////////////////////////////////////////////////////////////////////////////
 | 
						|
// Name:        const_langcodes.h
 | 
						|
// Purpose:     Language values enumerated
 | 
						|
// Author:      wxWidgets team
 | 
						|
// RCS-ID:      $Id$
 | 
						|
// Licence:     wxWindows license
 | 
						|
/////////////////////////////////////////////////////////////////////////////
 | 
						|
 | 
						|
 | 
						|
/**
 | 
						|
 | 
						|
@page page_languagecodes Language identifiers
 | 
						|
 | 
						|
The following wxLanguage constants may be used to specify the language
 | 
						|
in wxLocale::Init and are returned by wxLocale::GetSystemLanguage:
 | 
						|
 | 
						|
<!-- generated code begins here -->
 | 
						|
 | 
						|
@todo ADAPT THE PYTHON SCRIPTS TO GENERATE HERE THE LIST
 | 
						|
 | 
						|
This enum is generated by misc/languages/genlang.py
 | 
						|
When making changes, please put them into misc/languages/langtabl.txt
 | 
						|
 | 
						|
<!-- generated code ends here -->
 | 
						|
 | 
						|
*/
 |