Anonymous
Unregistered
Posted 3 years ago #
How can I make my theme work on cyrillic letters?
I installed WP and run it Mongolian language.
When write new page using windows cyrillic letter it show only lot of question marks like this ???????????????.
What can I do to write properly?? May be some encoding problem, anyone help please?
God bless
I think you'll need more research on this. Off the bat, at the very least I would change the following ---
1) wp-config.php
change define ('WPLANG', 'en');
to define ('WPLANG', 'mn');
2) theme header file
change <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
to <html xmlns="http://www.w3.org/1999/xhtml" lang="mn">
change <meta name="language" content="en" />
to <meta name="language" content="mn" />
More research needed. Good luck.