CustomizeFormattingCultureEventArgs(CultureInfo, String, String) Constructor
Creates a new instance of the CustomizeFormattingCultureEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
formattingCulture | CultureInfo | A CultureInfo object specifying the culture currently set for the application. This parameter value is assigned to the CustomizeFormattingCultureEventArgs.FormattingCulture property. |
userLanguageName | String | A string specifying the language which is set in the user’s operating system or passed by the Internet browser. This parameter value is assigned to the CustomizeFormattingCultureEventArgs.UserLanguageName property. |
preferredLanguageName | String | A string specifying the language currently set for the Application Model‘s IModelApplication.PreferredLanguage property. This parameter value is assigned to the CustomizeFormattingCultureEventArgs.PreferredLanguageName property. |