Define a default .properties file in JAVA
- by bnabilos
Hello,
I have 2 .properties files in my java project and I want to define one of them as default file to be used when the language of the operating system is different from the 2 languages already defined.
Can you tell me please what should I add to my code to make that possible?
Thank you