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.TryGetString(String, out String) Method

Namespace: DevExpress.WinUI.Localization

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

NuGet Package: DevExpress.WinUI

#Declaration

public bool TryGetString(
    string key,
    out string value
)

#Parameters

Name Type
key String
value String

#Returns

Type
Boolean
See Also