Hi, I get it difficult to transfer the float values from the server script
to the client script and back because of the different decimal point
localizing. Is there way to obtain such a locale-info from the client
browser and adjust it there (on the current page at least)?
name - 31 Oct 2003 07:30 GMT
You can not rely on the "vbs" client locale
for the most used (MS supported) OS in use.
I am afraid it is to bring your own.
Or parse and interpret the return value.
=====
Users would find it difficult to download
a 40+ MB runtime to replace a comma with a dot.
And then.
> Hi, I get it difficult to transfer the float values from the server script
> to the client script and back because of the different decimal point
> localizing. Is there way to obtain such a locale-info from the client
> browser and adjust it there (on the current page at least)?