• Hi All,

    I am trying to post some contents in my blog in Hindi Language… If somebody can help me doing this i will be greatful to him.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Prasad,
    if u want to show the devnagari script(Unicode-UTF8) in your wp blog , you have to edit your wp-config.php file located in your file manager.

    Go to wp-content.php file & find this code (must be on the line 7 & 8)

    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    now you have to add “//” to both line of codes.(without “”)

    after the changes it should be look like this

    //define('DB_CHARSET', 'utf8');
    //define('DB_COLLATE', '');

    You have done it.Enjoy blogging!

    If you encounter any problem visit us at https://www.lokayat.com & ask your questions.
    We’ll help you.

    Thread Starter Prasad Thombre

    (@prasadthombre)

    Thank you very much for your solution… I tried it. Its really working Gr8… Now i am using Indic IME plugin on my blog… It supports 9 Indian Languages…

    Thank you
    MyLoversWish

    after adding // in cofig file can we still write posts in English?

    Thanks

    dear lokayat,
    I changed wp-config.php file as you suggested. But what to do next?

    I did not see any Marathi/Hindi font options in writer… neither my Indian articles from MS office word appear in devnagari…

    Am I missing something?
    Prasad Thombre, lokayat, please help!!

    Hi I am facing another problem. My blog in marathi has marathi tags and permalinks. My WP installation does not find those posts. If I change the permalink to english, it is able to reach those posts. How do I change the WP configuration to support marathi in URLs?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hindi Marathi Language Support’ is closed to new replies.