LabelRepr

Top  Previous  Next

Description

Represents a text label in a specific language.

 

XML Representation

 

<Label Lang="%language code%">%label string value%</Label>

 

JSON Representation

 

"LangCode":"%language code%", 

"Value":"%label string value%"

 

 

Notes

 

Language codes are express using the HTML standard syntax of two-letter ISO language code, optionally followed by a dash and a two-letter ISO country code (e.g. en-GB, fr-CA etc.)

 

See Also