Tagged Questions
0
votes
0answers
38 views
Change language using “if” and “else”
I'm new with WP. I did a site and I translated it in two languages.
How can I change a specific word like this:
<?php esc_html_e( 'I nostri corsi', '' ); ?>
This is correct in Italian, but ...
1
vote
2answers
123 views
variables in translatable text
I am adding a list of suggested plugins to my theme using TGM Plugin Activation - https://github.com/thomasgriffin/TGM-Plugin-Activation/
However, when I run theme check, about 40 or so ...
2
votes
1answer
45 views
Make changes to translation?
I'm using finnish translation of wordpress. I found the fi.po file which contains all the translations, but for some reason, editing the contents wont edit the contents of the page.
Can I make ...
1
vote
0answers
37 views
Inconsistent translation on a WP site
I have a WP site that I installed with the French translation, as provided by Wordpress France, and which is quite accurate. I wanted to apply an English-only theme, which is not using the PO files, ...
14
votes
3answers
2k views
Change language by clicking a button
The goal is to offer a button/select drop-down or similar to switch the public interface1) language on the fly.
What I'm searching for
Plugin or Theme Code...
... or Ideas
Using a work-around with ...