I have website where users can use the language of their preference.
So far, a user can choose between English and Dutch. When they want to store the numeric value 0.25, they need to enter 0.25 for English and 0,25 for Dutch. So far it works fine.
Now comes the problem. I want to do some clientside calculations base on the user input, just for their clarity. I have 2 input fields (both with decimal values), I want to divide them and show the result in another input field.
Now, the problem is, that when I enter 0,25 (dutch version) in the second field, javascript interprets this as 0. it simply ignores everything behind the ','. Looks like javascript has English as its language.
Is there anyway to set the globalization culture of javascript?
Not directly. Your best option is to use a temporary variable to do calculations. With that variable, string replace all commas to periods. Then do the calculations.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Yes, js speaks "English". You would need to take input "number" as text and then manually parse it converting to real number (detect language and then replace comma with dot if it's Dutch).
Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?
I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S(from: bash.org.ru)
//always looking for job opportunities in AU/NZ/US/CA/Europe :P
willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"); USE [code] TAGS!Read this FAQ if you are new here. If this post was helpful, please rate it!
Bookmarks