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)
c++ boost locale - generator throws runtime_error with "Invalid file format" message
I try to reproduce the example of boost locale documentation with this piece of code :
#include <boost/locale.hpp>
#include <iostream>
#include <stdexcept>
using namespace boost::l...
nocibor
Votes: 0
Answers: 1
How to display numbers in different formats depending on the user's PC language settings in Angular
I want to display numbers in different formats depending on the user's PC language settings.
Say if my PC is set in English the number 12.3 will be displayed as 12.3 and if my PC is set in Italian the...
angie
Votes: 0
Answers: 0
How get digits after the decimal points in NumberFormat?
Looking for solution to get full currency value including pennies. numberingSystem: 'fullwide' coming with letter spacing when getting full digits. Is there any option to get full digit with currency ...
Mo.
Votes: 0
Answers: 2
C++ locale currency displaying - slavic currencies problem
I have to display some monetical values in c++ program using locale formatting. Everything works fine for locales such as en_US or tr_TR. In pl_PL and cs_CZ however, the result goes as follows: 1�235,...
CaptainKidd
Votes: 0
Answers: 1