DataAccessUILocalizer.CreateResXLocalizer() Method
Returns an XtraLocalizer object representing resources based on the thread’s language and regional settings (culture).
Namespace: DevExpress.DataAccess.UI.Localization
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
XtraLocalizer<DataAccessUIStringId> | An XtraLocalizer<T> object representing resources based on the thread’s culture. |
Remarks
For internal use.
See Also