Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeLanguageEventArgs.LanguageName Property

Specifies the language currently used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public string LanguageName { get; set; }

Property Value

Type Description
String

A string containing the language currently used by the application.

See Also