Skip to main content
.NET 6.0+

CustomizeLanguageEventArgs.LanguageName Property

Specifies the language currently used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string LanguageName { get; set; }

Property Value

Type Description
String

A string containing the language currently used by the application.

See Also