Skip to content

Instantly share code, notes, and snippets.

@hlassiege
Created May 3, 2018 09:29
Show Gist options
  • Save hlassiege/9e740a14aaf4a8106c6ee0675cf2a5b3 to your computer and use it in GitHub Desktop.
Save hlassiege/9e740a14aaf4a8106c6ee0675cf2a5b3 to your computer and use it in GitHub Desktop.
getstring.java
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