|
ModeShape Distribution 3.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I18nResource
Interface which should be implemented by any i18n compliant resource.
| Method Summary | |
|---|---|
String |
text(Locale locale,
Object... arguments)
Get the localized text for the supplied locale, replacing the parameters in the text with those supplied. |
String |
text(Object... arguments)
Get the localized text for the current (default) locale, replacing the parameters in the text
with those supplied. |
| Method Detail |
|---|
String text(Object... arguments)
current (default) locale, replacing the parameters in the text
with those supplied.
arguments - the arguments for the parameter replacement; may be null or empty
String text(Locale locale,
Object... arguments)
locale - the locale, or null if the current (default) locale should be usedarguments - the arguments for the parameter replacement; may be null or empty
|
ModeShape Distribution 3.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||