I added a new language in KonaKart app and I've added all necessary property files.
I activated the modules: shipping
and payment
.
For standard languages the modules work fine, but for my added languages I get the following exception:
Can't find bundle for base name com.konakart.bl.modules.payment.paypal.Paypal lacale ru at java.util.ResourceBundle.throwMissingResourceException
in the folder /com/konakart/bl/modules/payment/paypal
I've added the file Paypal_ru.properties
I think I need to add a property file to the classpath.
How do I add the property file to the classpath?