Hi
I have in my app a translation service on DI, and by default it takes the language that the getBestLanguage function return. My translation files names are like this fr-FR.php.
The problem is that getBestLanguage retrun different value on each browser:
- Chrome return fr-FR
- Firefox return fr
Apart rename my translation files with two letters, how I can resolve this problem?