Method GetLocalizedDriverName
GetLocalizedDriverName(ElementId, string, CultureInfo)
Gets localized driver name in target culture.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 121)]
string GetLocalizedDriverName(ElementId inOperationId, string inDriverName, CultureInfo inCultureInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOperationId | Inclusion operation |
| string | inDriverName | Name of the driver to localize |
| CultureInfo | inCultureInfo | Culture information |
Returns
| Type | Description |
|---|---|
| string | the localized driver name. If no localized name is found, the original driver name is returned. |