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

    Namespace: DevExpress.Utils.Localization

    Assembly: DevExpress.Data.v25.2.dll

    Declaration

    public static void CreateXmlUserResourceManager(
        string culture,
        string xmlPath = null
    )

    Parameters

    Name Type
    culture String

    Optional Parameters

    Name Type Default
    xmlPath String null
    See Also