Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

ResourceStringLoader(String) Constructor

Initializes a new instance of the ResourceStringLoader class with specified settings.

Namespace: DevExpress.WinUI.Localization

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ResourceStringLoader(
    string resourceMap = "DevExpressWinUI"
)

#Optional Parameters

Name Type Default
resourceMap String "DevExpressWinUI"
See Also