Created
May 3, 2018 09:29
-
-
Save hlassiege/9e740a14aaf4a8106c6ee0675cf2a5b3 to your computer and use it in GitHub Desktop.
getstring.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ResourceBundle rb = ResourceBundle.getBundle("myBundle", currentLocale); | |
String message = rb.getString("string1"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment