EditorsLocalizer.GetString(EditorsStringId) Method
In This Article
Namespace: DevExpress.XamarinForms.Editors.Localization
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public static string GetString(
EditorsStringId id
)
#Parameters
Name | Type |
---|---|
id | Editors |
#Returns
Type |
---|
String |
See Also