Click or drag to resize

PersonWebLanguageIsoCode Property

Language code. International code (2 letters) for the language(ISO 639-1).

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string LanguageIsoCode { get; set; }

Property Value

Type: String
Remarks
This property is optional. If left blank either the language code from the header or the default language of the country is used
See Also