Skip to main content
.NET 6.0+

CustomizeFormattingCultureEventArgs(CultureInfo, String, String) Constructor

Creates a new instance of the CustomizeFormattingCultureEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomizeFormattingCultureEventArgs(
    CultureInfo formattingCulture,
    string userLanguageName,
    string preferredLanguageName
)

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.

See Also