To access resource bundle from your managed bean, use the following code:
java.util.ResourceBundle resourceBundle= ResourceBundle.getBundle("com/test/.../ViewControllerBundle");
String propertieValue =resourceBundle.getString("propertieKey");