XtraLocalizer.CreateResourceManager<TStringID>(XtraResXLocalizer<TStringID>, String, Type) Method
In This Article
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static ResourceManager CreateResourceManager<TStringID>(
XtraResXLocalizer<TStringID> resXLocalizer,
string baseName,
Type locatorType
)
where TStringID : struct
#Parameters
Name | Type | Description |
---|---|---|
res |
DevExpress. |
The localizer object. |
base |
String | |
locator |
Type |
#Type Parameters
Name |
---|
TString |
#Returns
Type | Description |
---|---|
Resource |
The resource manager. |
See Also