You can force the displayed language using the setUserLanguage of the local manager
Do it before bim initialisation.
bim.getLocalManager().setUserLanguage('fr')
// {...}
bim.init()
You can force the displayed language using the setUserLanguage of the local manager
Do it before bim initialisation.
bim.getLocalManager().setUserLanguage('fr')
// {...}
bim.init()