If WordPress is not correctly displaying another language there needs to be a change to the WordPress code.
Open the file <wordpress_install>/wp-includes/gettext.php (where "wordpress_install" is the directory you choose to install WordPress to).
Find the following:
// $MAGIC1 = (int)0x950412de; //bug in PHP 5
$MAGIC1 = (int) - 1794895138;
// $MAGIC2 = (int)0xde120495; //bug
$MAGIC2 = (int) - 569244523;
Change it to:
// $MAGIC1 = (int)0x950412de; //bug in PHP 5
$MAGIC1 = 2500072158;
// $MAGIC2 = (int)0xde120495; //bug
$MAGIC2 = 3725722773;
Recommended Help Content
How to Set different character sets with PHP and HTML to display correctly.
Instructions to set different character sets in HTML. Note: Not all character sets will be correctly rendered with this encoding format, but most will. You can find specific information about which ch
Why don't my images display on my site?
Related Help Content
If you have a WordPress blog hosted on WordPress.com, you can easily export it and import it to WordPress that is installed on your hosting account with justhost. Login to the WordPress Data
This article will explain how to change the Site URL or Home URL setting in WordPress. This may be useful if you have moved your WordPress site or are planning to move your WordPress site.
This article will explain how to login to a WordPress site using WordPress tools.
Learn how to use WordPress, WordPress started as just a blogging system, but has evolved to be used as full content management system and so much more through the thousands of plugins, widgets, and themes now available.
There’s a wide variety of themes available within the WordPress community, and we have taken extra steps to vet our themes for high quality.
How to Migrate a self hosted copy of WordPress
Install Themes These steps will help you install and select a WordPress theme for your blog. Inside the WordPress Dashboard, select the Add New Themes link in the Appearance Menu. You can search for
This article will explain how to change your WordPress Urls