localization - Can I specify a custom decimal_point in PHP locale settings? -
i coding region speaks spanish , uses . (dot, period) decimal point instead if , (comma)
i using dictionary files translation , have successfuly set locale es , works fine, including translations, etc.
except, in region don't use comma numeric decimal points.
ie getting 33,66 instead of 33.66
how can specify custom decimal_point value current locale?
Comments
Post a Comment