Well, finally I found how to do it. Simply, if someone is stuck in the same problem, here is the solution: use the java.util.ResourceBundle class in your servlet.
ResourceBundle, , , :
ResourceBundle rb = new ResourceBundle("com.foo.package.theClass", myLocale);
rb.getMessage("myPropertiesKey");