Open
Description
is it possible to setup sprintf to format due to a language-specifier (e.g."fr", "es", "de") to have the output accordingly? So:
console.log(sprintf("%0.2f", 1.23456789)); to print
1.23 for "en"
1,23 for "de"
either by choosing a language-specifier or by setting the decimal-separator-character?
Edgar
Metadata
Metadata
Assignees
Labels
No labels