Skip to main content

CustomizeLanguageEventArgs.LanguageName Property

Specifies the language currently used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

public string LanguageName { get; set; }

Property Value

Type Description
String

A string containing the language currently used by the application.

See Also