15 lines
		
	
	
		
			363 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			363 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@return zhTW locale 
 | 
						|
---@return  deDE 
 | 
						|
---@return  enGB 
 | 
						|
---@return  enUS 
 | 
						|
---@return  esES 
 | 
						|
---@return  esMX 
 | 
						|
---@return  frFR 
 | 
						|
---@return  koKR 
 | 
						|
---@return  ruRU 
 | 
						|
---@return  zhCN 
 | 
						|
---@return  zhTW 
 | 
						|
---Returns a code indicating the localization currently in use by the client
 | 
						|
function GetLocale() end |