public struct I18nReloadEvent : IEventPayload

Payload for the "I18nReload" event. Invoked whenever MicroWorks reloads its locale file.


public string LocaleCode { get; set; }

The new locale name.


public string GetLocaleCode()

Gets the new locale code.

Returns: (string) The locale code.