Using the TranslateService in Angular I want the <title> tag which sits in the index.html to be in different languages.
<title translate>application.title</title>
I translate all other html tags like that unless they are custom html tags then it's like this:
{{"document.name"|translate}}
The problem might be that index.html is in a different level in the folders
src
|-app
.... |-translation
|-index.html