I am developing a basic website using Angular. I have a requirement to translate the complete page without using resource file approach. The end customer does not want to maintain the resource files in multiple languages and expect translation to happen on the fly using some translation service.
I have tried using google cloud translation service, but it takes only text as input. Please suggest if there is any better approach to achieve this requirement?