Home > @vsf-enterprise/sap-commerce-webservices-sdk > Language
Language interface
Representation of a Language Language
Signature:
export interface Language
Properties
| Property | Type | Description |
|---|---|---|
| active? | boolean | (Optional) true/false indicator when the language is active |
| isocode? | string | (Optional) iso code of the language |
| name? | string | (Optional) name of the language |
| nativeName? | string | (Optional) name the language in native form |