elementor/elementor

Custom Thousand Separator in Counter Widget

black-eye opened this issue · 2 comments

The problem with the thousand separator in Counter widget is, that for some regions coma "," is not the proper sign (e.g. in Czech Republic, which is my case, coma is used as a decimal separator).

Please consider adding the option to change the separator or use the one defined in language settings.

Custom thousands separator doesn't save properly, it still uses the comma.

I have solved the problem this way:

add the following line to wp-config.php:

setlocale(LC_NUMERIC, 'en_US.UTF-8');