User-581461503 posted
Im currently develop mobile web application using asp.net and vb.net as a program coding. So, in the mobile web application, how do i detect whether the user mobile phone can support chinese character or other language character.? can someone provide some of
the example of the program code?
User-95607119 posted
You can check HTTP headers sent by mobile device. Correct name should be Accept-Language. Request.Headers["Accept-Language"] should return you list of languages supported by device WAP browser.