Hi,
I want to know how can i remove space between thousands digit.
The reason is that when I change direction from ltr to rtl for example thousands zeros will be placed before number such as: 000 000 45 instead of 45 000 000
But with web development such as firebug when i remove space between digits it will be ok.
despite removing sapce how can I put ",".
Thanks in advance