srawlins / timezone

Time zone database and time zone aware DateTime object for Dart.
BSD 2-Clause "Simplified" License
102 stars 54 forks source link

Get list of time zones in another langauge #82

Open wijesijp opened 3 years ago

wijesijp commented 3 years ago

I am using following to get list of time zone locations

Map<String, dynamic> locations = tz.timeZoneDatabase.locations;

The problem I have is this list is in English. Is there a way to get the list in other languages?

SungHyun22 commented 1 year ago

anything update here?