Bluehost Web Hosting Help

WordPress not correctly displaying languages

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;
Knowledgebase Article 213,472 views bookmark tags: language wordpress


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Character sets in PHP

How to Set different character sets with PHP and HTML to display correctly.

Character sets in HTML

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

Images Not Displaying On Website

Why don't my images display on my site?

Related Help Content

How To Migrate An Existing Wordpress.com Site

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 bluehost. Login to the WordPress Data

Change WordPress URL's With WordPress Tools

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.

Login to WordPress with WordPress Tools

This article will explain how to login to a WordPress site using WordPress tools.

How To Install WordPress - WordPress Installation Guide

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.

WordPress - What are Bluehost Certified Themes?

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 WordPress Site - Website Migration

How to Migrate a self hosted copy of WordPress

How To Install A New WordPress Theme - Manual Theme Installation

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

WordPress Access with Maestro

You will be given a WordPress Administrator role once the site owner accepts your request. This article explains what level of access you will be provided once verified.