| Modifier and Type | Class and Description |
|---|---|
class |
I18nItem0
A class that implements multi-locale resource without formatting
arguments, to be used together with
I18nHandler subclasses. |
class |
I18nItem1<TArg1>
A class that implements multi-locale resource in
MessageFormat style with one argument, to be
used together with I18nHandler subclasses. |
class |
I18nItem2<TArg1,TArg2>
A class that implements multi-locale resource in
MessageFormat style with two arguments, to be
used together with I18nHandler subclasses. |
class |
I18nItem3<TArg1,TArg2,TArg3>
A class that implements multi-locale resource in
MessageFormat style with three arguments, to
be used together with I18nHandler subclasses. |
class |
I18nItemAny
A class that implements multi-locale resource in
MessageFormat style with arbitrary number of
arguments, to be used together with I18nHandler subclasses. |
class |
I18nItemInContext<TContext>
The intermediate internationalized message storage and formatting class in
the hierarchy to implement an approach when user preferences may be retrieved
from an arbitrary generic
TContext instance; not intended to be used
or subclassed by applications directly. |
class |
I18nItemInContext0<TContext>
A class that implements multi-locale resource without formatting
arguments, to be used together with
I18nHandlerInContext
subclasses. |
class |
I18nItemInContext1<TContext,TArg1>
A class that implements multi-locale resource in
MessageFormat style with one argument, to be
used together with I18nHandlerInContext subclasses. |
class |
I18nItemInContext2<TContext,TArg1,TArg2>
A class that implements multi-locale resource in
MessageFormat style with two arguments, to be
used together with I18nHandlerInContext subclasses. |
class |
I18nItemInContext3<TContext,TArg1,TArg2,TArg3>
A class that implements multi-locale resource in
MessageFormat style with three arguments, to
be used together with I18nHandlerInContext subclasses. |
class |
I18nItemInContextAny<TContext>
A class that implements multi-locale resource in
MessageFormat style with arbitrary number of
arguments, to be used together with I18nHandlerInContext
subclasses. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
I18nHandler.findBestLocaleTag(I18nItem item)
|
protected String |
I18nHandler.findBestLocaleTag(I18nItem item,
String[] userLocaleTags)
The core method to be used by
I18nHandler subclasses to find
the best locale suitable for given user for given I18nItem
instance, with user locale preferences already having been identified. |