AbstractCityResponseSetLocales Method  | 
 
                Sets the locales on all the NamedEntity properties.
            
 
    Namespace: 
   MaxMind.GeoIP2.Responses
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxprotected override void SetLocales(
	IEnumerable<string> locales
)
Protected Overrides Sub SetLocales ( 
	locales As IEnumerable(Of String)
)
protected:
virtual void SetLocales(
	IEnumerable<String^>^ locales
) override
abstract SetLocales : 
        locales : IEnumerable<string> -> unit 
override SetLocales : 
        locales : IEnumerable<string> -> unit Parameters
- locales
 - Type: System.Collections.GenericIEnumerableString
The locales specified by the user. 
See Also