• Hi,

    On my 3.2.1 installation of wordpress at blog.roadtripping.dk i can’t change the language (both front and admin).

    I have uploaded the correct .po and .mo files in wp-content/languages and edited the wp-config also, but still the page is in english (I want to use a da_DK translation).

    The problem seems to be, that under Settings > General I cant find the drop-down menu where you can choose the default language. It is simply missing! The same is happening at the user-setting-page.

    Do anyone have a possible solution to this problem?

Viewing 8 replies - 1 through 8 (of 8 total)
  • cwcwilson

    (@cwcwilsongmailcom)

    I am in the same situation, can somebody help?
    I use the automatic installation, at the end of the installation it said the installation was completed without any problem.
    However, everything stays in english and I cannot find the button to change the language either.

    newbiwebi

    (@newbiwebi)

    same for me…

    DariusLau

    (@dariuslau)

    Hi there!

    I had the same problem, I uploaded the proper .mo files and changed wp-config and the language would not update.

    What did the trick was to go to the Dashboard tab and the section Update

    Dashboard > Update

    where the system recognized that I had two different languages. I updated the core files in the desired language and presto!

    Let me know if it helps ??

    Make sure the install’s language is set correctly in wp-config.php file, which should be located in your root folder.

    https://codex.www.ads-software.com/Editing_wp-config.php#Language_and_Language_Directory

    If you’re seeing your site in English, then you will probably find this line of code:

    define('WPLANG', '');

    update it to this instead (for da_DK translation).

    define('WPLANG', 'da_DK');

    Same problem…

    WordPress 3.4.1.

    Greek language files wp-content/languages/: el.mo el.po admin-el.mo admin-el.po admin-network-el.mo admin-network-el.po

    wp-config: define(‘WPLANG’, ‘el’);

    Tried to delete and re-upload el.mo files via ftp

    Tried to re-upload localised WordPress https://el.www.ads-software.com/wordpress-3.4.1-el.zip

    Both front-end and back-end still in English….

    This has never happened in my other wp sites.

    Dashboard reads:

    You have the latest version of WordPress. You do not need to update. However, if you want to re-install version 3.4.1–en_US, you can do so automatically or download the package and re-install manually:

    Download 3.4.1–en_US

    You are about to install WordPress 3.4.1 in English (US). There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.

    when it should read “3.4.1–el”.

    Any clues?

    I just had some similar problem and solved it, so in case this could help I post here the way I did it.

    Open .po file with Poedit, check that your translations are correct.
    In Poedit, in File>Preferences>Editor>Behaviour (this is translated from french, so not sure if this is correct denomination), make sure that ‘Compile automatically…’ is checked.
    Save .po file, an .mo file is created.
    Upload .mo file that has been created this way, in wp-content/themes/[name of theme]/languages

    Hope it helps
    Cheers

    @thesos:

    I downloaded & installed Poedit from https://sourceforge.net/projects/poedit/

    Opened my el.po files, the translation is fine, checked the option you mentioned,saved the file and uploaded to server.

    Still English everywhere!

    Any other clues?

    Solved for me!

    The problem was due to me configuring wrong the settings of the qTranslate plugin.
    I needed to enter “el” at the “Locale” textbox.

    Now, languages work fine for me!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't change language’ is closed to new replies.