Gets the locale that is the subject of the event fired.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public CultureInfo Locale { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Locale As CultureInfo Get |
| Visual C++ |
|---|
public: property CultureInfo^ Locale { CultureInfo^ get (); } |