Mick Monaghan
Mick Monaghan
Right now, in ICU4J, if you do: `"You owe {someNumber, number, currency}."` - then the actual currency is inferred from the current locale - which is just nasty. You can...
Can we keep the language used to retrieve the UI strings separate from the language/locale used to format variables/placeholders within a string? This would be consistent with how some OSs...
> ICU MessageFormat supports this via number skeletons: > > ``` > Your total is {0, number, :: currency/CAD} > ``` Having to declare the currency within the string itself...