logstash-plugins / logstash-filter-geoip

Apache License 2.0
64 stars 82 forks source link

Support locale language ? #170

Open RifeWang opened 4 years ago

RifeWang commented 4 years ago

https://maxmind.github.io/GeoIP2-java/ doc:

    System.out.println(country.getName());               // 'United States'
    System.out.println(country.getNames().get("zh-CN")); // '美国'

How to get another language output like zh-CN ?