Native referenceRedMclient

GET_CURRENT_LANGUAGE

0xDB917DA5C6835FCC LOCALIZATION
FUNCTION SIGNATURE
int GET_CURRENT_LANGUAGE(/* parameters not documented */);
Property Value
Native Name GET_CURRENT_LANGUAGE
Hash 0xDB917DA5C6835FCC
Return Type int
Build 1207
API Set client

Description: 0 = american (en-US) 1 = french (fr-FR) 2 = german (de-DE) 3 = italian (it-IT) 4 = spanish (es-ES) 5 = brazilian (pt-BR) 6 = polish (pl-PL) 7 = russian (ru-RU) 8 = korean (ko-KR) 9 = chinesetrad (zh-TW) 10 = japanese (ja-JP) 11 = mexican (es-MX) 12 = chinesesimp (zh-CN)

Usage

Lua (Direct):

local result = GetCurrentLanguage()

Lua (Hash):

local result = Citizen.InvokeNative(0xDB917DA5C6835FCC)
Back to LOCALIZATION