LocalizationContext Constructor

Initializes a new instance of the LocalizationContext class.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public LocalizationContext(
	Object root,
	CultureInfo? language = null
)

Parameters

root  Object
The root control or object that is being localized.
language  CultureInfo  (Optional)
The suggested language of the localization operation. If , the UI culture of the current thread is assumed. This parameter is optional.
Default value: .

Exceptions

See Also