HtmlEditLocalizer.GetString(HtmlEditStringId) Method
Returns the localization string value by its key.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public static string GetString(
HtmlEditStringId key
)
Parameters
| Name | Type | Description |
|---|---|---|
| key | HtmlEditStringId | The localization string key. |
Returns
| Type | Description |
|---|---|
| String | The value of the localization string, considering the device culture. |
See Also