logstash-plugins/logstash-filter-geoip

Support locale language ?

RifeWang opened this issue · 0 comments

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 ?