public class I18nService extends Object
I18nService(String bundleName)
String
get(Locale locale, String key)
getAndFormat(Locale locale, String key, Object... args)
I18nBundle
getBundle(Locale locale)
Map<String,String>
toMap(Locale locale)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public I18nService(String bundleName)
public I18nBundle getBundle(Locale locale)
locale
public Map<String,String> toMap(Locale locale)
public String get(Locale locale, String key)
key
public String getAndFormat(Locale locale, String key, Object... args)
args
Copyright © 2022. All rights reserved.