Thread Starter
Hustl
(@wearecrunch)
Can someone please reply.
Isn’t there any support for this plugin?
I just want to change the thousand seperator from dot to komma.
Thank you
The plugin is using WP number_format_i18n (https://codex.ww.wp.xz.cn/Function_Reference/number_format_i18n) function that adjust the formatting depending on your installation language.
But yoo can also modify that manually using number_format_i18n filter hook (look here https://queryposts.com/function/number_format_i18n/)
Thread Starter
Hustl
(@wearecrunch)
Hi, thank you.
But the language of the site is already danish, but it is still not a dot as it should be in danish.
I don’t really understand this link that you sent.
Should I write something in the functions.php file in the childtheme?
Would should I write in order to change the komma to a dot?
Apparently the plugin does not work properly, as it does not detect the danish site language.
Thank you