I want to change system behaviour so it uses "." as decimal separator and "" as thousands separator. I have checked LC_NUMERIC options and none of them seem to offer me this behavior without modifying date formats too.
I wonder if there is any specific way to create a custom LC_NUMERIC format with a custom set up, something like:
decimal_point="."
thousands_sep=""
(...)