Viewing Question
Category: Download Center
Mr. Timur Niyazov writes...
2009-11-22 13:49:10
Hello,
I'm from Russia, Moscow. Just downloaded yours "download center" script...
I have a problems with Russian Language. (take a look here http://niyazov.name/geiti/index.php?nav=browse)...You see. I've inserted <META HTTP-EQUIV = "CONTENT-TYPE" CONTENT = "text/html; CHARSET=Windows-1251"> <META HTTP-EQUIV = "CONTENT-LANGUAGE" CONTENT = "RU">...some meta tags for Russian Language, it seems to be working. (note that Category and Description have a russian languages words)... But there is one problem with FILE TITLE. (note that file description, has been written in Russian too, but does not appear correctly, with unknown characters.
Maybe You sir know, how can I solve this language problms, Thanx.
I'm from Russia, Moscow. Just downloaded yours "download center" script...
I have a problems with Russian Language. (take a look here http://niyazov.name/geiti/index.php?nav=browse)...You see. I've inserted <META HTTP-EQUIV = "CONTENT-TYPE" CONTENT = "text/html; CHARSET=Windows-1251"> <META HTTP-EQUIV = "CONTENT-LANGUAGE" CONTENT = "RU">...some meta tags for Russian Language, it seems to be working. (note that Category and Description have a russian languages words)... But there is one problem with FILE TITLE. (note that file description, has been written in Russian too, but does not appear correctly, with unknown characters.
Maybe You sir know, how can I solve this language problms, Thanx.
Chris writes...
2009-11-23 12:00:56
Hi,
Simply adding the meta tags will not translate the whole page. You must go into the html/php files and translate yourself (specifically in the 'pages' directory). Also, you need to make sure your database encoding is appropriate to hold the Russian language, otherwise it will not know how to store the characters.
Take a look at the following link for information on Russian in MySQL:
http://dev.mysql.com/doc/refman/5.0/en/charset-cyrillic-sets.html
I hope I can help,
~Chris
Simply adding the meta tags will not translate the whole page. You must go into the html/php files and translate yourself (specifically in the 'pages' directory). Also, you need to make sure your database encoding is appropriate to hold the Russian language, otherwise it will not know how to store the characters.
Take a look at the following link for information on Russian in MySQL:
http://dev.mysql.com/doc/refman/5.0/en/charset-cyrillic-sets.html
I hope I can help,
~Chris