Recall translations made with Poedit
The shorts answer is no. The __() and _e() functions are evaluated on the server side. So by the time the page is sent tot the user, there is a plain string in the html. There is no way on the user end to access a different translation. That said, you can get around this … Read more