To convert Place Holder Value in another language in Wordpre
Jul 13, 2018 6:39 am by merwingomes
Jul 13, 2018 6:39 am by merwingomes
I have used Contact Form 7 plugin in Worpress and I also used Gtranslate Plugin to translate content of my Wordpress site into another language. Issue is that Placholder values for Example Name, Email etc. is not getting converted into another language via Gtranslate plugin.It remains in default English. Can please anyone assist me to fix this issue?
public static function form() {
$template =
'<p>' . __( 'Your Name', 'contact-form-7' )
. ' ' . __( '(required)', 'contact-form-7' ) . '<br />' . "\n"
. ' [text* your-name] </p>' . "\n\n"
. '<p>' . __( 'Your Email', 'contact-form-7' )
. ' ' . __( '(required)', 'contact-form-7' ) . '<br />' . "\n"
. ' [email* your-email] </p>' . "\n\n"
. '<p>' . __( 'Subject', 'contact-form-7' ) . '<br />' . "\n"
. ' [text your-subject] </p>' . "\n\n"
. '<p>' . __( 'Your Message', 'contact-form-7' ) . '<br />' . "\n"
. ' [textarea your-message] </p>' . "\n\n"
. '<p>[submit "' . __( 'Send', 'contact-form-7' ) . '"]</p>';
return $template;
Minecraft Pocket Edition Counter-Strike Google Play Services
}
Re: To convert Place Holder Value in another language in Wor
Jul 20, 2018 4:05 pm by Yana
Jul 20, 2018 4:05 pm by Yana
Hi,
Placeholder will be translated in paid versions.
SIMILAR TOPICS
Large numbers of crawl errors with double language code | Jan 24, 2019 1:43 am | Replies: 1 | Post by: natastna2 |
Translate website to any specific language, on page load | Jan 19, 2019 6:49 am | Replies: 1 | Post by: Leaon7756 |
Graphic translation for every language is missing | Dec 19, 2018 7:54 am | Replies: 1 | Post by: Daryl Dixon |
How to remove mobile Language Select Button transparency | Dec 5, 2018 10:06 pm | Replies: 10 | Post by: JeffTR |
Change language automatically | Nov 26, 2018 9:29 pm | Replies: 3 | Post by: Antilb |