The FiveM developer’s field guide
Know the native.
Build the world.
Engine functions, framework docs, and game assets.
One reference. From the first lookup to the last line.
7,334Native functions 8,019Documents 23,845Game assets 1Community findings One connected
knowledge base
knowledge base
Explore / FiveM
Native reference
- LOCALIZATIONint
GET_CURRENT_LANGUAGE
``` 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) ```
0x2BDD44CC428A7EAE - LOCALIZATIONint
_LOCALIZATION_GET_SYSTEM_DATE_FORMAT
``` Possible return values: 0, 1, 2 ```
0xA8AE43AEC1A61314 - LOCALIZATIONint
_LOCALIZATION_GET_SYSTEM_LANGUAGE
``` Same return values as GET_CURRENT_LANGUAGE ```
0x497420E022796B3F
A living reference. Documentation coverage varies by native and source.