Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I get my page to display my language correctly?

If a web page is not displaying a language correctly, be sure that the web page:

  1. Uses correctly formed HTML
  2. Contains the Content-type metatag:

    <META http-equiv="Content-Type" content="text/html; charset=ENC-JP">

Where ENC-JP is replaced by the correct charset value for the language that you wish to display. For more information on charsets, see: http://www.iana.org/assignments/character-sets