LanguageManager 1.0.0
This mod aims to simplify multi-language support in modding. If you want to add multi-language support to your mod, you are welcome to use this mod.
What’s New in Version 1.0.0
– Remove System.Text.Json assembly reference, use Colossal.Json namespace in Colossal.Core assembly instead.
– Add json config file load and save support.
– Add a ConfigBase class for UI Binding in game.
– No need to recompile for mods that using this for a requirement if you dont want to use new features.