CultureCreatingEventArgs Class
Event when creating a culture.
Syntax
Namespace: FlexCel.Core
public class CultureCreatingEventArgs
Constructors
Name | Description |
---|---|
CultureCreatingEventArgs | Creates a new instance of the event arguments with the specified parameters. |
Properties
Name | Description |
---|---|
LanguageCode | Language code for the culture we want to create. |
Culture | This is the culture that will be used for the language code. This property is initialized with the culture FlexCel would set if no event was assigned. You can change the properties of this Culture or completely replace it by a cached one. |