Hi,
I need to do some parsing, translating, on the {content} tag of the error messages on our EE site.
We have built a tri lingual site, and everything works great except for the redirect/error messages! There seems to be no way to have them translate based on the global variable that holds the “country_code” information.
I am very close, but don’t understand something about EE, please help.
I have downloaded the system_messages plugin, so that we could work in a real template instead of the admin site.
This is my content code on the template:
{exp:replace_plus find="You did not submit a search term" replace="french version of you did not submitted a search term"}
{content}
{/exp:replace_plus}This doesn’t work at all.
However, the find/replace works if I use a string instead of the {content} tag.
And the Content tag is working fine, it shows up, it just doesn’t get translated.
We’ve been trying to solve this for about 2 weeks. Please help. We have to find a solution, or will have to… rebuild the entire site…? There must be a way to do this. I have tried about 8 solutions to no avail yet!
Thanks for any help,
Phoebe