Method IsTextLocalized
IsTextLocalized(ElementId)
Tells whether a text parameter is localized.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool IsTextLocalized(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the text parameter is localized. |
Remarks
This method is available since v7.6.