Documentation of the CarRentalAgentService

ReservationListRequest.LanguageCode Property

Gets or sets the ISO 639 two letter language code in which the requested Reservations should be retrieved.

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 ReservationListResponse 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

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