With a browser, how do I know which decimal separator does the operating system use?

后端 未结 13 2173
不思量自难忘°
不思量自难忘° 2020-11-27 17:05

I\'m developing a web application.

I need to display some decimal data correctly so that it can be copied and pasted into a certain GUI application that

13条回答
  •  醉酒成梦
    2020-11-27 17:15

    Another possible solution: You could use something like GeoIP (example in PHP) to determine the user's location and decide based on these information.

提交回复
热议问题