Click or drag to resize

ApplicationLocalizeString Event

Event to handle when a string needs to be localized

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<LocalizeEventArgs> LocalizeString

Value

Type: SystemEventHandlerLocalizeEventArgs
Remarks
This can be used by some controls (e.g. AboutDialog and MenuBar on some platforms. You can use this event or override OnLocalizeString(LocalizeEventArgs) to provide your own implementation for localizing system-supplied strings to other languages.
See Also