Data Object - SrmLocalizableString

Property of
SrmDataPrompt, SrmFaultDuplicateArray, SrmStorageAdapterInfo, SrmStorageDeviceDeviceProperty
Since
SRM API 11.0

Data Object Description

Describes localizable string returned from the SRA.

Localization support is optional for SRA. If supported, then each string is returned with a key which could be used to lookup a translation in non-default locale. Example of localizable string returned from SRA: Foo Example of non-localizable string returned from SRA: Foo

Properties

Name Type Description
key*xsd:string

Key to look up translation for the string.

This key is made optional to accomodate SRAs which do not support localization. These SRAs will just return strings in default locale (English).

textxsd:string

String text in default locale
Properties inherited from
None
*Need not be set