Click or drag to resize

AbstractResponseSetLocales Method

This is simplify the database API. Also, we may need to use the locales in the future.

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

Parameters

locales
Type: System.Collections.GenericIEnumerableString

[Missing <param name="locales"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractResponse.SetLocales(System.Collections.Generic.IEnumerable{System.String})"]

See Also