Closed
Description
I am having a hard time of figuring out how one would be able to use something like Angular Translate to translate titles, placeholders, validationMessages etc. I've thought about overriding all the templates but that would be a pain to upkeep. I have tried using a function to translate the fields needed before it hits the HTML form, but the data isn't always there by that point. I have also tried waiting until the data is in place, but the form has already been rendered at that point.
Any thoughts and/or suggestions would be greatly appreciated!