AddUserDetailInCultureInfo Property | |
**BETA** The language in which error responses will be returned.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string CultureInfo { get; set; }
function get_CultureInfo();
function set_CultureInfo(value);
Property Value
StringRemarks
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 |
---|
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