Hi,I met a i18n problem of menu bar.My application has multiple translation-xx.po files like translation-en.po , translation-zh.po and so on;But menu bar text only show the first login user's local.For example if the first user's browser local is en-US , then menu bar show English text . And follow up user's menu bar show English no matter what browser local.I trace code to method MenuBarsServiceBS3#menuBars(final Type type) finally.In this method menuBarsLoaderService.supportsReloading() return false when DeployCategory is Production . So member variable menuBars will not be refreshed.How can fix it? Thanks! James Chu