Skip to main content

OfficeLocalizer.GetString(OfficeStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.Office.Localization

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

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public static string GetString(
    OfficeStringId id
)

Parameters

Name Type Description
id DevExpress.Office.Localization.OfficeStringId

An DevExpress.Office.Localization.OfficeStringId enumeration value identifying the string to localize.

Returns

Type Description
String

A String corresponding to the specified identifier.

Remarks

For more information on localization, refer to Localization.

See Also