CultureCreatingEventArgs.CultureCreatingEventArgs Constructor
Creates a new instance of the event arguments with the specified parameters.
Syntax
Namespace: FlexCel.Core
public CultureCreatingEventArgs(Int32 aLanguageCode, CultureInfo aCulture)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aLanguageCode | Int32 | Language code for the culture we want to create. | |
aCulture | CultureInfo | 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. |