Skip to main content
All docs
V25.2
  • XtraLocalizer.CreateAssemblyResourceManager(String, Type) Method

    Namespace: DevExpress.Utils.Localization

    Assembly: DevExpress.Data.v25.2.dll

    Declaration

    public static ResourceManager CreateAssemblyResourceManager(
        string baseName,
        Type locatorType
    )

    Parameters

    Name Type
    baseName String
    locatorType Type

    Returns

    Type
    ResourceManager
    See Also