XtraLocalizer.QueryLocalizedStringEventArgs Properties
Contains data for the QueryLocalizedString, QueryLocalizedStringNonTranslated, and QueryLocalizedStringContainerResource events.| Name | Description |
|---|---|
| ContainerType | Gets the type of a localizer object or data form shipped as part of a DevExpress UI control. |
| Culture | Gets the culture name of ResourceStringID. |
| InvariantString | Gets the culture-independent (invariant) resource string. |
| IsTranslated | Gets whether the resource string is localized (translated) for the current locale (culture). |
| ResourceStringID | Gets the value of the enumeration member in StringIDType that corresponds to the processed resource string, or the value that uniquely identifies the form’s UI element/control. |
| StringID | Gets the enumeration member in StringIDType that corresponds to the processed resource string. |
| StringIDType | Gets the type of the resource string identifier for DevExpress UI controls. |
| Value | Gets or sets the resource string. |
See Also