I think I need a hebrew version of wordpress, so all the built in strings (such as tags, comments etc) are in hebrew . Can i install it ? anyone with experience using hebrew wordpress at webfaction ? Thanks Jonathan asked 03 Oct '11, 08:14 Jonathan Tal... |
Hi, While I haven't installed a non-english Wordpress app to a WebFaction server, the procedure is easy and it's described in detail here: http://codex.wordpress.org/Installing_WordPress_in_Your_Language You just need to find the proper .mo file, yours should be he_IL.mo or he.mo, and upload it to your languages folder in your server. Then, edit your wp-config.php file and add a line like define ('WPLANG', 'he_IL'); You can probably find more info here: http://codex.wordpress.org/WordPress_in_Your_Language#Hebrew_-.D7.A2.D7.91.D7.A8.D7.99.D7.AA.28he_IL.29 answered 03 Oct '11, 08:38 iliasr ♦♦ thanks iliasr , it works perfectly.
(04 Oct '11, 06:32)
Jonathan Tal...
|