XtraLocalizer Events
Includes a comprehensive API to localize DevExpress UI controls.| Name | Description |
|---|---|
| QueryLocalizedString static | Allows you to localize resources for all DevExpress UI controls in your application. |
| QueryLocalizedStringContainerResource static | Allows you to localize resources of data forms integrated in DevExpress UI controls. |
| QueryLocalizedStringNonTranslated static | Allows you to obtain resource strings that are not localized for the current locale (culture). |
See Also