Method GetTextLocalizedValue
GetTextLocalizedValue(ElementId)
Gets the localized value of a text parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
string GetTextLocalizedValue(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| string | Localized value of the parameter. |
Remarks
If the text is not localized, this method returns the same value than GetTextValue(ElementId).
This method is available since v7.6.