I should design a localized App,But finally this error returns :
Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name messages, locale fa
Piece of code:
ResourceBundle bundle =
ResourceBundle.getBundle("messages",new Locale("fa"));
and image from my project structure(I tested it jsp page with similar error now I'm testing in a class with main method (TestCalender.java)) :
EDIT:
I saw similar questions and test their answers but no changes detected in my error!