WebServiceClientOptionsLocales Property  | 
 
            List of locale codes to use in name property from most preferred to least preferred.
            
 
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic IEnumerable<string> Locales { get; set; }Public Property Locales As IEnumerable(Of String)
	Get
	Set
public:
property IEnumerable<String^>^ Locales {
	IEnumerable<String^>^ get ();
	void set (IEnumerable<String^>^ value);
}member Locales : IEnumerable<string> with get, set
Property Value
Type: 
IEnumerableString
See Also