How to change fivem script language from French to English?

How to change fivem script language from French to English?

Find the resource and change the language in the config if there is one

I already did, but it changes only the blip before that pic pops up, and I think it’s not in the config of bankersjob, its elsewhere in the resources I can’t figured it out yet.

Dumb question, ist there locales folder with a en.lua or fr.lua?

there’s no english locale in the folder.

When there are locales but not an english one you can either just edit the fr.lua and translate it.
Or make a copy and name it en.lua and translate it. If you make a copy, you need to register it in the fxmanifest or __resource.lua also you have to activate it in the config file.

okay thank you so much. I’ll be done with that. but I am facing another error with the esx_society. Can you help me with this error?

[ script:esx_society] [WARNING] Attempting To get a non-existing society - ambulance!
[ script:esx_society] [WARNING] Attempting To get a non-existing society - ambulance!

Seems there is missing an ambulance society in your database

how could I insert ? I am annoyed so much with this error.

image

INSERT INTO `addon_account`(`name`, `label`, `shared`) VALUES ('society_ambulance','EMS', 1);

do you know how to insert that on HEIDI?

You have installed scripts right? You must know how to import a SQL file?

ambulance.sql (93 Bytes)

can i do the same like i am qbcore framework ?

Sometimes you need to edit the lua files or the html file etc, in order to change lanuage if it doesn’t include lanuage files