Beispiel #1
0
 public static String getIntString(String sKey) {
   return m_resources.getString(sKey);
 }
Beispiel #2
0
 static {
   m_resources = new LocaleResources();
   m_resources.addBundleName("data_messages");
 }