Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I write PHP inside JS in the following way
alert(<?php echo __("Error-login") ?>);
echo__("Error-login") correlates with an xml to translate in two languages with symfony
echo__("Error-login")
, but now it does not work.
Thanks in advanceHow do I fix this?
but now it does not work.
Thanks in advance
echo__("Error-login") correlates with an xml to translate in two languages with symfony, but now it does not work.
How do I fix this?
I write PHP inside JS in thisthe following way
echo__("Error-login") thisecho__("Error-login") correlates with an xml to translate in two languages with symfony
but now I doit does not work. thanks for the advice
I write in this way
echo__("Error-login") this correlates with an xml to translate in two languages with symfony
but now I do not work. thanks for the advice