joie 4 Report post Posted August 17, 2011 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 547 Report post Posted August 17, 2011 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 4 Report post Posted August 17, 2011 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
catrina 103 Report post Posted August 18, 2011 Have you tried this plugin?: http://wordpress.org/extend/plugins/global-translator/ Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
joie 4 Report post Posted August 18, 2011 Installing the wordpress chinese version make the post date automatically translated into chinese. Share this post Link to post Share on other sites
joie 4 Report post Posted August 19, 2011 And downloading poedit installer helps in creating theme translation Share this post Link to post Share on other sites
Rob 547 Report post Posted August 19, 2011 Superb! Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites