• Hustl

    (@wearecrunch)


    Hi, is there any way, I can change the thousands seperator from a comma to a dot?
    This makes more sense in my language.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Plugin Author dFactory

    (@dfactory)

    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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘chnaging thousand seperator’ is closed to new replies.