Click or drag to resize

BookingWcfServiceLocalization Method

Returns translations for entities with localized text properties.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LocalizationResult Localization()

Return Value

Type: LocalizationResult
[!:LocalizationWeb] object containing localized texts for entities with localized text properties

Implements

IBookingWcfServiceLocalization
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

See Also