Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Allows you to support runtime language switching just like Chronos does. More...
Public Member Functions | |
void | UICultureChanged (System.Globalization.CultureInfo newCulture) |
This method will be called when the current language in Chronos changes. | |
Allows you to support runtime language switching just like Chronos does.
Definition at line 33 of file MiscInterfaces.cs.
void AxelSemrau.Chronos.Plugin.IReactOnCultureChanges.UICultureChanged | ( | System.Globalization.CultureInfo | newCulture | ) |
This method will be called when the current language in Chronos changes.
If you have localized controls / texts available, you should update them accordingly.