TCultureCreatingEventArgs Class
Event when creating a culture.
Syntax
Unit: FlexCel.Core
TCultureCreatingEventArgs = class(TFlexCelObject);
Constructors
Name | Description |
---|---|
Create | 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. |
LanguageName | Language name for the culture we want to create. Note that the value we read from the file is LanguageCode, this property is only for convenience, but might be empty if we don't know how to map the LanguageCode. If in doubt, LanguageCode has the actual value in the file. |
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. |