AbstractCityResponseSetLocales Method |
Sets the locales on all the NamedEntity properties.
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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