Bloggeries

Go Back   Blog Forum - Bloggeries > Blogging Tools and Resources > Tech Talk

Tech Talk Get help with the technical side of blogging. Discuss blog customisation, plugins and widgets.

Learn how to set up a blog, start blogging, produce quality content and use these forums as your internet marketing courses.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old June 29th, 2009, 11:54 PM
Not Yet Approved
 
Join Date: Jun 2009
Posts: 5
iTrader: (0)
rennreece is on a distinguished road
Default HELP! WP 2.8 I want a front end in Japanese and the back end in English

Could someone please solve this once and for all? I'm trying to set this up because my audience will be Japanese but I want to operate in English in the back end. I used Fantastico to create my WordPress installation. Everything was fine.

I got the Japanese language files from here:
WordPress | ??? ????

I tried using the "Different Localization in Front- and Backend" plugin from here:
WordPress › Different Localization in Front- and Backend WordPress Plugins

I followed the instructions and it didn't work. (this might be because the plugin is dated)

I then deleted the plugin and tried the information I found here:
http://codex.wordpress.org/Installin..._Your_Language

My wp-config.php file was edited to look like this:

/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', 'pt_JA');


I have four files in my /public_html/wp-content/languages folder

They are:
continents-cities-ja.mo
continents-cities-ja.po
ja.mo
ja.po


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

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

I posted this problem on a couple other WordPress forums, but no one has helped. I'm hoping I'll have better luck here!

Help!
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote

Don't Like Ads?? Register as a Member and These Ads Will Disappear!

-->
  #2  
Old June 30th, 2009, 12:49 AM
Not Yet Approved
 
Join Date: Jun 2009
Posts: 5
iTrader: (0)
rennreece is on a distinguished road
Default Re: HELP! WP 2.8 I want a front end in Japanese and the back end in English

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: Wordpress in Japanese and English - Japan it UP!

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.
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #3  
Old June 30th, 2009, 07:40 AM
Not Yet Approved
 
Join Date: Jun 2009
Posts: 5
iTrader: (0)
rennreece is on a distinguished road
Default Re: HELP! WP 2.8 I want a front end in Japanese and the back end in English

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?
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #4  
Old June 30th, 2009, 08:02 AM
Not Yet Approved
 
Join Date: Jun 2009
Posts: 5
iTrader: (0)
rennreece is on a distinguished road
Default Re: HELP! WP 2.8 I want a front end in Japanese and the back end in English

I tried something else. Basically, I downloaded the Japanese version of Wordpress from here: WordPress | ??? ????

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?
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #5  
Old June 30th, 2009, 05:26 PM
Not Yet Approved
 
Join Date: Jun 2009
Posts: 5
iTrader: (0)
rennreece is on a distinguished road
Default Re: HELP! WP 2.8 I want a front end in Japanese and the back end in English

A solution for my issue was suggested on another forum. Here is what was suggested:

WordPress › Bogo WordPress Plugins

WordPress › Admin in English WordPress Plugins
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
Reply

Bookmarks

Tags
japanese , language , multilingual

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:57 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 RC1

Blog Directory | Submit Blog | Latest Blogs | Blogging Blog | Blog Reviews | Blog Forum