1 Reply Latest reply on Apr 5, 2008 8:22 PM by pmuir

    Get specific resource bundle?

      Is there any neat way to get a specific resource bundle except for


      java.util.ResourceBundle svBundle = ResourceBundle.instance().getBundle("messages", new Locale("sv"));
      



      and use


      #{myBean.svBundle['some.string']}
      



      Something like


      #{messages_sv['some.string']}



      would be nice :-)