-
Notifications
You must be signed in to change notification settings - Fork 0
Features
Evgeniy Goroshkin edited this page Apr 8, 2018
·
4 revisions
Features:
- Automatically refreshed localization of texts on-the-fly via binding system;
- Ability to load from single file of from folder;
- Binding system is easy to use;
- Few ways to keep actual localization:
- Binding of Localizable instances;
- Binding of functions (lambdas, for example);
- Special LocString type that looks like a plain text but keep binding;
- Use of LangChanged event.
- Supported a few popular formats like JSON and CSV (soon); and you can add your own loaders;
- It is lightweight.
Look at demos to see how it works.