Back to Devexpress

NavBarLocalizer.GetString(NavBarStringId) Method

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarlocalizer-dot-getstring-x28-devexpress-dot-xpf-dot-navbar-dot-navbarstringid-x29.md

latest1.5 KB
Original Source

NavBarLocalizer.GetString(NavBarStringId) Method

Returns a localized string for the given string identifier.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public static string GetString(
    NavBarStringId id
)
vb
Public Shared Function GetString(
    id As NavBarStringId
) As String

Parameters

NameTypeDescription
idNavBarStringId

A NavBarStringId enumeration value identifying the string to localize.

|

Returns

TypeDescription
String

A String corresponding to the specified identifier.

|

Remarks

For more information on localization, refer to Localization.

See Also

NavBarLocalizer Class

NavBarLocalizer Members

DevExpress.Xpf.NavBar Namespace