Skip to main content
All docs
V25.1
  • XtraLocalizer.CreateResourceManager<TStringID>(XtraResXLocalizer<TStringID>, String, Type) Method

    This member supports the internal infrastructure, and is not intended to be used directly from your code.

    Namespace: DevExpress.Utils.Localization

    Assembly: DevExpress.Data.v25.1.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
    resXLocalizer DevExpress.Utils.Localization.XtraResXLocalizer<TStringID>

    The localizer object.

    baseName String
    locatorType Type

    Type Parameters

    Name
    TStringID

    Returns

    Type Description
    ResourceManager

    The resource manager.

    See Also