Jump to content
Sign in to follow this  
joie

How To Translate date in other language

Recommended Posts

joie

Hi all, does anyone familiar with php knows how to convert date to chinese . My wordpress is in locale english. It is for chinese newspaper website so Instead of having Wednesday, 17 August 2011 The date should be ????????‰, 2011 ??? 8 ??€ 17 ?—? (this read Third Day of the Week, year 2011, month 8, day 17) I tried <?php echo setlocale(LC_TIME, 'zh_CN.gb3212'); echo strftime('%A, %Y %m %d'); ?> It doesnot work, and i have read the setlocale and strftime from the codex. Does anyone has any idea? thank you, regards, joie

Share this post


Link to post
Share on other sites
Rob

Joie, have you tried installing and using Transposh? It's a plugin, but it gives great flexibility to set the default language of the site.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
joie

Yes, Just dowloaded and tried that, It broke the theme. php may be easier if i know how set the locale properly.

Share this post


Link to post
Share on other sites
joie

Installing the wordpress chinese version make the post date automatically translated into chinese.

Share this post


Link to post
Share on other sites
joie

And downloading poedit installer helps in creating theme translation

Share this post


Link to post
Share on other sites
Rob

Superb!


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×