Is there another way other than switching the device language?
I use ResourceBundle to load the resource file which is MyResource.rrc.
Code:
private ResourceBundle resourceBundle = ResourceBundle.getBundle(MessageResource.BUNDLE_ID, MessageResource.BUNDLE_NAME);
By using the same class, how can i switch the MyResource.rrc to MyResource_it.rrc ?