right encoding for multi-language website

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mistral

    #1

    right encoding for multi-language website

    how to set right encoding for Multi-language website? Site is on
    php-based CMS. There is language selectors at top of each page, that
    user can select language. But i dont know where this implemented in php
    code or other details.. i work with CMS GUI only, there is settings
    where 'header' template can be configured (headers are dynamically
    created for all pages). So, its not possible set different headers for
    specific pages, all headers are the same. As far I know, the correct
    way is using utf-8 charset only:
    <meta http-equiv="Content-Type" content="text/html;charset=UT F-8">. But
    this way one of lanuages can not be displayed correctly. Dont know how
    this need be done correctly.

    thanks.

Working...