The project's repository is archived as part of the GitHub Archive Program. RogueLibs' code and the documentation will no longer be updated.
Custom Languages*
You can add your custom languages to the game using the LanguageService.RegisterLanguageCode
method.
LanguageService.RegisterLanguageCode("japanese", (LanguageCode)123);
Work-In-Progress
There hasn't been much progress on actually implementing custom languages. No one has ever translated the entire game to a different language, not yet included with SoR. When that time comes, feel free to create an issue on GitHub.
LanguageService
LanguageService
is a static class, that contains all of the things related to localization.
Work-In-Progress
Adding localizations for mods
Work-In-Progress
Eh. Just ask the creator(s) of the mod, that you want to translate, to include your localization.
The project's repository is archived as part of the GitHub Archive Program. RogueLibs' code and the documentation will no longer be updated.