We are developing a site that has a Japanese localization. In that site, we display several dynamic fields using asp:label
and such controls.
Recently, we were required to display numbers using "double-byte characters".
While it first I thought that was a confusion from the client, he sent me this in an email:
1234567890
1234567890
and this shows I was wrong, and that indeed there are "wider" number characters available.
Any hint on how to make ASP.NET switch to those dynamically?
Update: The second sample seems be called "FULLWIDTH" characters. The question could be rephrased as:
How do I make ASP.NET automatically display FULLWIDTH numbers when the current culture is JP?