• 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

Viewing 1 replies (of 1 total)
  • 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="https://www.w3.org/1999/xhtml" lang="en">
    to <html xmlns="https://www.w3.org/1999/xhtml" lang="mn">
    change <meta name="language" content="en" />
    to <meta name="language" content="mn" />

    More research needed. Good luck.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I make my theme work on cyrillic letters?’ is closed to new replies.