LanguageActiveLanguage Property

Note: This API is now obsolete.
Gets or sets the currently used display language. When set, it used to save a single resource file of the previous language. Now it is redirected to get and set the DisplayLanguage property, which is now in the LanguageSettings class of the dependent KGy SOFT Core Libraries package.

Definition

Namespace: KGySoft.Libraries.Language
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("Use the LanguageSettings.DisplayLanguage property from KGySoft.CoreLibraries instead")]
public static CultureInfo ActiveLanguage { get; set; }

Property Value

CultureInfo

See Also