Hi, I would like to change the text of the contact form to Hebrew language instead of English.
How do I do that?
You can see an example in here: http://www.mg-studio.co.il (Please see in the bottom right of the page)
(2 posts)
(2 voices)
Hi, I would like to change the text of the contact form to Hebrew language instead of English.
How do I do that?
You can see an example in here: http://www.mg-studio.co.il (Please see in the bottom right of the page)
Hello imefry,
It would be easier to use a multi-lingual plugin or just translate the .pot file that we include with our theme.
http://mysitemyway.com/docs/index.php/Using_WPML
http://mysitemyway.com/docs/index.php/QTranslate
But if you want to translate it manually then try line 52 in /wp-content/themes/[your_theme]/lib/shortcodes/16-contact.php,
$content = '[name label="' . __( 'Name:', MYSITE_TEXTDOMAIN ) . '" required="true"][email label="' . __( 'Email:', MYSITE_TEXTDOMAIN ) . '" required="true"][textarea label="' . __( 'Message:', MYSITE_TEXTDOMAIN ) . '" required="true"][captcha]';
You must log in to post.