I need to translate , all my esx by that i change the .config of each esx (example policejob) but nothing works. The translations are related to sql?
There’s some in locales/[lang].lua, some hard coded, some in menu_dialog. You usually have to do a bit of digging to get to everything.
You should post esx-related topics in the ES/ESX category next time.
in local there are several languages but what to do?
put the two letter code for the language you want in the config file:
Locale = 'en',
already done and it does not change anything
Make sure your language is in there, otherwise add your language (don’t forget in __resource.lua too)
Yes it is that’s the problem … I really do not understand
Well the easiest (but also sketchy) way is to just set the language to en and then translate in en.lua to your own language
The legit way would just be create a new file in locales, then copy the content of en.lua to your file, change on the first line en to your own language then start translating
Also add the new file to your __resource.lua (other locales files should be a good example) and then set in your config language to your language