Skip to main content

XtraRichEditLocalizer.GetString(XtraRichEditStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.XtraRichEdit.Localization

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

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

Declaration

public static string GetString(
    XtraRichEditStringId id
)

Parameters

Name Type Description
id DevExpress.XtraRichEdit.Localization.XtraRichEditStringId

A DevExpress.XtraRichEdit.Localization.XtraRichEditStringId 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