Click or drag to resize

ApplicationOnLocalizeString Method

Triggers the LocalizeString event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnLocalizeString(
	LocalizeEventArgs e
)

Parameters

e
Type: Eto.FormsLocalizeEventArgs
Event arguments for localization
See Also