Skip to main content
A newer version of this page is available. .

OfficeLocalizer.GetString(OfficeStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.Office.Localization

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

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