Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IReactOnCultureChanges Interface Reference

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. More...
 

Detailed Description

Allows you to support runtime language switching just like Chronos does.

Definition at line 32 of file MiscInterfaces.cs.

Member Function Documentation

◆ UICultureChanged()

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.


The documentation for this interface was generated from the following file: