I'm writing a web application using AngularJS 1.4.x and I'm using "angular-translate" as localization library.
The app supports 2 languages: English and French.
The user can switch between these two languages and the application is localized accrodingly.
Now I have the following request: I need to localize all the application with a "main language", let's say English but I need to localize a small portion of the app in the other language (French).
The two languages must co-exists, so for example the header of the application is in English but the content of the page is in French, please see the attached image:
How can I do that? Is it possible with this library?