python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Idiomatic way to remove country code from currency format?
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 there...
O.m
Votes: 0
Answers: 1
Perl and Catalyst: accessing maketext from a model
Edited to clarify / reflect what I've been trying:
I'm using CatalystX::I18N::* in order to be able to internationalise my site. I have that working nicely, and my site text is coming from $c->mak...

Chris
Votes: 0
Answers: 1
Next.js i18n - pages are not automatically redirected
Why is the homepage redirected correctly but the subpages not?
Example. My browser language is set to French:
If I open the homepage some.com, I am automatically redirected to some.com/fr - and that'...
Adee
Votes: 0
Answers: 1
Supplemental string resource files in Angular i18n
I'm working on an app that needs to be able to switch the name for a specific entity based on an admin flag. This doesn't vary by locale, but just that flag. For example, let's say the site has widg...
Arian Kulp
Votes: 0
Answers: 1