How will you customise a html page so that it accepts multiple language? -


How do you customize an html page so that it can accept multiple languages?

I will quote W3:

  • encoding Probably use Unicode for content, database, etc. Always declare content encoding.

  • Avoid escape (e.g. & amp; # xE1; & amp; # 225; or & amp; ; Aacute; ), whenever you can

  • Announce the language of language documents and indicate the changes in the internal language < / P>

  • Presentation vs Content Use style sheets for current information, limit words to markup.

  • Images, animation, and amp; Examples. Examine translatability and improper cultural bias.

  • Use a suitable encoding on both form form and server Support local formats of names / addresses, time / dates etc.

  • Text authoring Use simple, concise text Use care when creating sentences from many strings.

  • Navigation includes the language that is clearly visible on local pages or sites, using the targeted language on each page.

  • For the right text XHTML, add the dir = "rtl" to the html tag. Re-use it only to change the original direction.

  • Check your work Validate! For more information, follow the W3 recommendations:


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -