cldr Questions
5
Solved
I've been researching CLDR and IANA in order to find a centralized mapping of UN/LOCODEs to Olsen Timezones.
Ideally I would like to have for example:
+--------------+--------------------+
|un_l...
1
Solved
Somewhere between Java 11 and 17 currency formatting changed to where this:
NumberFormat.getCurrencyInstance(Locale.CANADA_FRENCH).format(100.00)
would print 100,00 $ CA instead of 100,00 $.
Is th...
Marler asked 20/1, 2022 at 21:40
2
How can I use an unsupported Locale (eg. ar-US) in JAVA 11 when I output a number via String.format()?
In Java 8 this worked just fine (try jdoodle, select JDK 1.8.0_66):
Locale locale = Locale.for...
Deme asked 9/12, 2020 at 14:6
2
Solved
I am getting started learning iOS Stringsdict files and found some existing code on a project which used the following syntax:
<key>zero</key>
<string>You no message.</string&...
Crissy asked 23/4, 2020 at 17:55
1
Solved
There are a couple exemplar cities and metazone names in core/common/main/en.xml from CLDR, however, the full list is not included in en.xml like there is in all the other languages.
Why is this a...
1
I used Zend_Locale before but it's seems PHP intl extension have cldr information.
I need to get some info like get available countries for each language?
for example en has US, UK, GB and fa has ...
1
Solved
I have a problem with the latest version of globalize.js.
To work with it I had to load the cldr modules and language definitions.
Now I had this example from the globalize docs:
// loading neede...
Jarvis asked 13/8, 2014 at 8:45
1
© 2022 - 2024 — McMap. All rights reserved.