Change alert labels when locale is changed.

This commit is contained in:
Ghazi Triki 2017-10-25 19:10:30 +01:00
parent f091d0d318
commit 7fb1ef867d

View File

@ -898,6 +898,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
if (ResourceUtil.getInstance().isRTLEnabled()) {
FlexGlobals.topLevelApplication.setStyle("layoutDirection", ResourceUtil.getInstance().getCurrentLanguageDirection());
}
PopUpUtil.initAlert();
}
]]>