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.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public CultureInfo LanguageHint { get; }
Public ReadOnly Property LanguageHint As CultureInfo
Get
public:
property CultureInfo^ LanguageHint {
CultureInfo^ get ();
}
member LanguageHint : CultureInfo with get
Property Value
CultureInfo