Skip to main content
.NET 6.0+

CustomizeLanguageEventArgs Properties

Arguments passed to the XafApplication.CustomizeLanguage event.
Name Description
LanguageName Specifies the language currently used by the application.
PreferredLanguageName Specifies the language currently set for the Application Model‘s IModelApplication.PreferredLanguage property.
UserLanguageName Specifies the language which is set in the user’s operating system or passed by the Internet browser.
See Also