The loopback framework uses the strong-globalize module to provide translations for api responses. I've looked it up and see that there are a few default translations in the framework.
We want to use the 'Accept-Language' header field to determine which translation should be used. It is also mentioned in the strong-globalized readme.
But it is not working the translation is always english.
What we have to do to make it work?