I'm writing a program and need to know how dates, versions, time, and numbers are formatted in the Chinese Language
Example (in English)
Version 1.0.0 (Build 0)
How would that look in Chinese?
|
I'm writing a program and need to know how dates, versions, time, and numbers are formatted in the Chinese Language Example (in English)
How would that look in Chinese? |
|||||
|
|
Micheal's answer is good, but it's from a programmer point of view. Mine's from a Mandarin speaker's point of view.
According to Baidu
This is a straight copy and paste so I don't take any credit for it. You should be able to match them up individually without needing any knowledge of Chinese. |
|||||||||||
|
|
Sounds like you should investigate the localization features of your language.
With the information given in James Jiao's answer & comments, your Chinese version string and its English equivalent could be:
For more information on localization in C#, refer to: |
||||
|
|