I am using different language in my application. It's working for english and chinese. I am creating a new proerties file for zh_TW(for Traditional Chinese). I am getting error like
java.util.MissingResourceException: Can't find bundle for base name hrondemand, locale
java.util.MissingResourceException: Can't find bundle for base name hrondemand, locale
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:576)
Could you please help me to resolve this issue. Some of the properties are working but still i am getting this error.
Thanks
sarada bokka
Ranch Hand
Joined: Jan 13, 2010
Posts: 80
posted
0
You can quick start resource bundle with struts2-blank.war
sarada bokka
Ranch Hand
Joined: Jan 13, 2010
Posts: 80
posted
0
I am afraid why it is unable to find as you clearly mentioned property file name as "zh_TW"