Click or drag to resize

UpdateUserDetailInCultureInfo Property

**BETA** The language in which error responses will be returned.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string CultureInfo { get; set; }

Property Value

String
Remarks
The language in which error responses will be returned. This currently does not guarantee all status messages will be returned in a specific language and only specific languages will be supported.

Caution note  Caution
Not all return messages will be localized at this point. If using be sure the response is not dependent on the message being in the requested culture language.
Currently supported languages are "en-EN", "es-ES", "fr-FR".
See Also