Searched refs:getLocalizedString (Results 1 – 6 of 6) sorted by relevance
65 final MessageFormat fmt = new MessageFormat(general.getLocalizedString(locale), locale); in buildMessage()72 … final MessageFormat fmt = new MessageFormat(specific.getLocalizedString(locale), locale); in buildMessage()
41 String getLocalizedString(Locale locale); in getLocalizedString() method
48 public String getLocalizedString(Locale locale) { in getLocalizedString() method in DummyLocalizable
326 public String getLocalizedString(final Locale locale) { in getLocalizedString() method in LocalizedFormats
177 return new MessageFormat(pattern.getLocalizedString(locale), locale).format(arguments); in getMessage()
137 return new MessageFormat(pattern.getLocalizedString(locale), locale).format(arguments); in buildMessage()