LocalizationContextLanguageHint Property

Gets the culture of the suggested language for the localization operation. If it was not specified otherwise when creating this instance, it is initialized by the UI culture of the current thread, but it can be overridden by the handler of the LocalizationRequested event.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public CultureInfo LanguageHint { get; }

Property Value

CultureInfo

See Also