CustomizeFormattingCultureEventArgs(CultureInfo, String, String) Constructor
Creates a new instance of the CustomizeFormattingCultureEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CustomizeFormattingCultureEventArgs(
CultureInfo formattingCulture,
string userLanguageName,
string preferredLanguageName
)
#Parameters
Name | Type | Description |
---|---|---|
formatting |
Culture |
A Culture |
user |
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 Customize |
preferred |
String | A string specifying the language currently set for the Application Model‘s IModel |