Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thank you. Thank you. Thank you!

    Thread Starter rennreece

    (@rennreece)

    Nao,

    Thank you so much! It did what I needed. However, the only flaw I found was when I change my profile to English, the dates show up in English on the front end. However, when I use another browser that’s not logged in, the dates show up correctly in Japanese. That is minor. I’ll have to donate to the author for writing the plugin.

    Thanks for taking the time to help and answer my question.

    Another person suggested on another forum to use this plugin.

    http://wordpress.org/extend/plugins/admin-in-english/

    It also does what I wanted it to do.

    Thread Starter rennreece

    (@rennreece)

    I tried something else. Basically, I downloaded the Japanese version of WordPress from here: http://ja.wordpress.org/releases/

    Then I FTPed the files and overwrote the files on my server with the Japanese version of WordPress. My installation continue to work in English. I then edited the wp-config.php file in CPanel and changed the following language code:

    define (‘WPLANG’, ‘ja’);

    Above I had:
    define (‘WPLANG’, ‘pt_JA’); but this looks to have been a mistake.

    With uploding the Japanese wordpress files, and changing the define “code” I’m able to use all Japanese, both the front end and backend using define (‘WPLANG’, ‘ja’); and change back to English both in the front end and the back end using define (‘WPLANG’, ‘en’);

    This is not what I want, but is better than what I had. Basically now I’m looking for some code that just switches the back end to English. Is there any code I can drop into the wp-config.php. Or a plugin that just switches between two different define codes on the fly? Any PHP programmers out there?

    Thread Starter rennreece

    (@rennreece)

    I recently tried changing the date format in the Dashboard > Settings > General > Date format > Custom > Y年 n月 j日. Even though these settings were accepted in the dashboard, this format didn’t appear in the front end. Does anyone know why not?

    Mordof and ShirouJune, here is my thread I started, with a solution to your problem about having Japanese show up when you type.

    http://wordpress.org/support/topic/285010?replies=4

    The specific information you wanted is this:

    Update. I know can type Japanese into my site, however, I’m still struggling to find an answer to the interface front/back end problems. To solve the problem about being able to display Japanese, I found the following information:

    I followed this advice: http://www.japanitup.com/wordpress-japanese-english/

    and changed all the Collation from latin1_swedish_ci to utf8_unicode_ci

    Here is the breakdown japanitup.com gave:

    If this doesn’t make sense to you then I’ll give you a step by step break down.

    1. Back up your database. Not sure how? Check out this wordpress database plugin called WP-DBManager.
    2. Log into your phpMyAdmin
    3. Choose your database on the left
    4. Under your database on the left, click on wp_comments
    5. On the right you’ll see Field, Type, Collation, Attributes, etc.
    6. For the Fields that have Collation set as something other than utf8_unicode_ci you should tick the check box.
    7. After you ticked all check boxes in that table, click the pencil icon at the bottom. When you mouse over it there should be a tool tip that says “change”. When you click this you can edit those fields.
    8. Using the drop down box on each field you can now change the Collation from whatever it is (example latin1_swedish_ci) to the bottom selection in the drop down box which is utf8_unicode_ci.
    9. Hit Save
    10. Now click on the next table on the left hand side which should be called wp_links.
    11. Repeat these steps for each table.

    I went on to go down the list, through all the tables and where ever it had latin1_swedish_ci, I changed it to utf8_unicode_ci.

    I’m still hoping someone can provide me with more information on my original question.

    Thread Starter rennreece

    (@rennreece)

    Update. I know can type Japanese into my site, however, I’m still struggling to find an answer to the interface front/back end problems. To solve the problem about being able to display Japanese, I found the following information:

    I followed this advice: http://www.japanitup.com/wordpress-japanese-english/

    and changed all the Collation from latin1_swedish_ci to utf8_unicode_ci

    Here is the breakdown japanitup.com gave:

    If this doesn’t make sense to you then I’ll give you a step by step break down.

    1. Back up your database. Not sure how? Check out this wordpress database plugin called WP-DBManager.
    2. Log into your phpMyAdmin
    3. Choose your database on the left
    4. Under your database on the left, click on wp_comments
    5. On the right you’ll see Field, Type, Collation, Attributes, etc.
    6. For the Fields that have Collation set as something other than utf8_unicode_ci you should tick the check box.
    7. After you ticked all check boxes in that table, click the pencil icon at the bottom. When you mouse over it there should be a tool tip that says “change”. When you click this you can edit those fields.
    8. Using the drop down box on each field you can now change the Collation from whatever it is (example latin1_swedish_ci) to the bottom selection in the drop down box which is utf8_unicode_ci.
    9. Hit Save
    10. Now click on the next table on the left hand side which should be called wp_links.
    11. Repeat these steps for each table.

    I went on to go down the list, through all the tables and where ever it had latin1_swedish_ci, I changed it to utf8_unicode_ci.

    I’m still hoping someone can provide me with more information on my original question.

    @jimatwood,

    Looks like you might be able to help me with my issue, based on how you responded to this post.

    I want to do exactly what you did. Help? 🙂

    http://wordpress.org/support/topic/285010?replies=3

    Thread Starter rennreece

    (@rennreece)

    Why does it show up correctly here, but not when I try and make a post? On my site, it shows up as:

    ???1,2,3 ???1,2,3 ???1,2,3 ???1,2,3 ???1,2,3 ???1,2,3

    Thread Starter rennreece

    (@rennreece)

    Also, to make matters worse, I tried to type a test post using Japanese, and the result came out using ????. I can see the text correctly in Japanese before I publish the post, but afterward WordPress turns it to garbage.

    I have set the Settings > Reading Settings > Encoding for pages and feeds to UTF-8. I would think this is the correct setting. HELP!

    Sample Japanese text:
    テスト1,2,3 テスト1,2,3 テスト1,2,3 テスト1,2,3 テスト1,2,3 テスト1,2,3

Viewing 11 replies - 1 through 11 (of 11 total)