How to give dynamic path of Properties file for internationalization ??
Posted on June 18, 2015 at 5:29am
I want to load properties file..
Joined: Jun 18 2015 - 12:03am
Last seen: 2 years 5 months ago
Posted on June 18, 2015 at 3:03pm
There's no need to specify path to the properties file for each language. Java selects the language based on which language the user is using.
Just put all the different language properties file in the same folder.
Joined: Apr 24 2010 - 4:31pm
Last seen: 6 months 2 days ago