Hi.
I have been trying for days to have the correct format of the numbers but I can not get it. edit the gedit / usr / share / i18n / local / es_MX file
1. Make sure that in /etc/locale.gen, the lines beginning with es_MX is uncommented (don't have a leading "#");
2. Run in terminal
sudo locale-gen
Copy the Code
.
0
ppjc72
deepin
2018-10-11 21:53
thanks for answering.
But previously I used sudo dpkg-reconfigure locales, but it has not worked for me.
Use the command that you told me, but continue with the same. In the wps and in the free office they show me the numbers of this form 1.500,00 but the right thing should be 1,500.00
I have been trying for days to have the correct format of the numbers but I can not get it. edit the gedit / usr / share / i18n / local / es_MX file
LC_MONETARY
% mon_decimal_point "."
% mon_thousands_sep ""
mon_decimal_point "."
mon_thousands_sep ","
LC_NUMERIC
% decimal_point "."
% thousands_sep ""
decimal_point "."
thousands_sep ","
but it does not take the new configuration.
How to solve this?