Documentation of the CarRentalAgentService

TermsAndConditonsRequest.LanguageCode Property

Gets or sets the ISO 639 two letter language code for the requested GeneralTermsAndConditionss.

public  LanguageCode {get; set;}

Remarks

This property is optional. If this property is not set by the Client, the language is set to the language of the operator(Agency) by default. The language of errors and warnings in TermsAndConditonsResponse is controlled by this parameter too. A list of Languages supported by CarRentalAgentService may be queried by a call to GetLanguages - Method

List of currently supported Languages Including ISO 639 Codes

ISO 639 language codes:

ISO 639 Code Language
EN English

This is the default language of CarRentalAgentService.

DE German
FR French
NL Dutch

See Also

TermsAndConditonsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace