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
)
Protected Overridable Sub SetLocales (
locales As IEnumerable(Of String)
)
protected:
virtual void SetLocales(
IEnumerable<String^>^ locales
)
abstract SetLocales :
locales : IEnumerable<string> -> unit
override SetLocales :
locales : IEnumerable<string> -> unit
Parameters
- locales
- Type: System.Collections.GenericIEnumerableString
See Also