Inside esx folder in e.g esx_policejob/client/main.lua every single ESX.ShowNotification(_U(‘things name in locales folder’ data. data. data))
- You have to replace every single line to
TriggerEvent(“pNotify:SendNotification”, {
text = “text in locale/lang!”,
type = “error”, – success, error, alert, warning and more in folder pNotify/html/themes.css
timeout = 3500,
layout = “centerRight”,
queue = “global”
})
I hope i help u 
1 Like