Click or drag to resize

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
Syntax
protected override void SetLocales(
	IEnumerable<string> locales
)

Parameters

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