• I am using WordPress being hosted by iWeb. I used the one click installation last night. I am testing today and added a small post. When I lick on view something comes up that MAY be it because the length of the text seems to be right, however it is in a foreign language. I cannot even tell you what language it is because online translators are not recognizing it either. Thought it was Frecn at first since iWeb is a Canadian company but could be Latin. I changed the Language pref. in my iWeb panel, but didn’t change anything on the WordPress post. Any suggestions? Help, plesae!!! :o))

Viewing 1 replies (of 1 total)
  • I’m assuming your WordPress is on https://iweb.com/ (not Apple’s iWeb).

    You can edit your wp-config.php file and define the language of your choice:
    Find:
    define('WPLANG', '');
    and change it to:
    define('WPLANG', 'fr_FR');

    Then, go to upgrade page and you should be able to reinstall the French version of WordPress package.

    Make sure to use a text editor when you’re editing that file.

    For more information, visit wp-config.php documentation.

Viewing 1 replies (of 1 total)
  • The topic ‘Foreign Language on WordPress using iWeb’ is closed to new replies.