Skip to main content
A newer version of this page is available. .

CustomizeLanguageEventArgs.LanguageName Property

Specifies the language currently used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.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