• Resolved kbalia8

    (@kbalia8)


    Hi!

    I want to change my wordpress page’s language. What I did:
    – read the official guide
    – download Hu_hu.mo. Upload it to wp-content/language
    – in wp-config i change the original line: define(‘WPLANG’, ‘Hu_hu’);

    But the page is still in english. What I dod wrong?

    Thanks

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

    (@esmi)

    But the page is still in english.

    The front end or the back end?

    Thread Starter kbalia8

    (@kbalia8)

    both.

    fonglh

    (@fonglh)

    On my setup the folder is wp-content/languages

    Perhaps that’s the problem?

    esmi

    (@esmi)

    Try define('WPLANG', 'hu_Hu'); but bear in mind that this is only going to affect the back end of the site. The front end is controlled by your theme, so it depends upon:
    a) whether the theme is translation-ready
    b) you have installed an appropriate language file in the theme’s folder

    Thread Starter kbalia8

    (@kbalia8)

    OKay. I created wp-content/languages and defined (‘WPLANG’, ‘hu_Hu’). I checked th euploeded language file is hu_Hu.mo. I got this: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a6676419/public_html/wp-admin/includes/file.php on line 274

    esmi

    (@esmi)

    That’s a separate issue. Try increasing the memory available to PHP.

    Thread Starter kbalia8

    (@kbalia8)

    Thank you for your help!:)

    esmi

    (@esmi)

    You’re welcome ??

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