NamedEntityLocales Property  | 
 
                Gets or sets the locales specified by the user.
            
 
    Namespace: 
   MaxMind.GeoIP2.Model
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxprotected IEnumerable<string> Locales { get; set; }Protected Property Locales As IEnumerable(Of String)
	Get
	Set
protected:
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