Skip to main content

ASPxGanttLocalizer.GetString(ASPxGanttStringId) Method

Returns a localized string for the specified string identifier.

Namespace: DevExpress.Web.ASPxGantt.Localization

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static string GetString(
    ASPxGanttStringId id
)

Parameters

Name Type Description
id ASPxGanttStringId

A value that identifies the string to localize.

Returns

Type Description
String

A string that corresponds to the specified identifier.

Remarks

The ASPxGantt control allows you to substitute strings displayed in default UI elements with your own equivalents (for example, in your native language). Items that can be localized are enumerated by the ASPxGanttStringId enumeration.

For more information, refer to Localization.

See Also