Hi all - question for you multilingual gurus out there. Can EE’s system messages be multilingual? There are a few circumstances in which I have a system message exposed - Firemail, since it uses EE’s native mailing list module, after subscribing displays a system message of:
Thank You!
You have been sent a confirmation email.
Please click the link contained in the email to activate your mailing list account.
LinkAll of that content is three variables - heading, content and link. Given that they are global system variables, I’m supposing that i may be able to replace them - so is this done in index.php within each site’s language folder? That’s the multilingual approach I’ve taken - the fairly traditional route with an index.php file within each language folder (en, fr, etc) and a few global variables defined in that file. Are the system messages also controlled this way? It makes that content inaccessible to the client though, so if there’s a better way to handle it, I’d love to hear it.