Localization

Uses the Component:LocalizationType

This two-digit code specifies the language which is used to describe the incentive descriptions.

Fields and Components

Table 6.11. Fields and Components

Name Description Occurrence Type Data Type User Notes
iSOCountryCode

This two-character code specifies the country in which the vehicle is being sold. Calling applications can use this information to determine how to display monetary amounts (e.g., dollar, euro).

1..1Field sqdt:CountryCodeType  
iSOLanguageCode

This two-digit code specifies the language which is used to describe the incentive descriptions.

1..1Field qdt:LanguageCodeType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.11. Localization

<Localization>
     <iSOCountryCode>......</iSOCountryCode>     [1..1]
     <iSOLanguageCode>......</iSOLanguageCode>     [1..1]
</Localization>