Click or drag to resize
AbstractCountryResponseSetLocales Method
Sets the locales on all the NamedEntity properties.

Namespace: MaxMind.GeoIP2.Responses
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
protected override void SetLocales(
	IEnumerable<string> locales
)

Parameters

locales
Type: System.Collections.GenericIEnumerableString
The locales specified by the user.
See Also