Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

getstring java

// create a new ResourceBundle with specified locale
ResourceBundle bundle = ResourceBundle.getBundle("hello", Locale.US);

// print the text assigned to key "hello"
System.out.println("" + bundle.getString("hello"));
 
PREVIOUS NEXT
Tagged: #getstring #java
ADD COMMENT
Topic
Name
6+1 =