Hi everyone I have this configuration in my woocommerce
And in my product I have this
but when I show the price it return me "4.95" instead of "4,95"
I use this to get the price
$price = get_post_meta( get_the_ID(), '_regular_price', true);
Any idea!