Click or drag to resize

LocaleSetting Enumeration

An enum listing the possible places a Locale override could be coming from

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum LocaleSetting
Members
  Member nameValueDescription
Cookie1 The Locale came from the Culture cookie.
QueryString2 The Locale came from the QueryString.
UserPreferences3 The Locale came from the user's stored Preferences.
See Also