language.json
Selects the active server language and the fallback language. Both values are lower-case codes matching folders under Data/Localization/.
Example
1{
2 "_comment": "Active language for this LitheraRP server. Language code matching a folder under Data/Localization/.",
3 "language": "en",
4 "fallback": "en"
5}
English is the guaranteed fallback source of truth. See Localization for the custom language workflow.
Reload
Use litherarp.lang_reload to reload the language pack, or litherarp.lang_set <code> to switch in one command.