WebClientInformationLocale Property |
Current locale specified by user.
This locale is used when information that is
language handled are retrieved from a web service.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebLocale Locale { get; set; }
Public Property Locale As WebLocale
Get
Set
public:
property WebLocale^ Locale {
WebLocale^ get ();
void set (WebLocale^ value);
}
member Locale : WebLocale with get, set
Property Value
Type:
WebLocaleSee Also