|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BundleLocalization
The interface of the service that gets ResourceBundle
objects from a given
bundle with a given locale.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
java.util.ResourceBundle |
getLocalization(Bundle bundle,
java.lang.String locale)
The getLocalization method gets a ResourceBundle object for the given locale and bundle. |
Method Detail |
---|
java.util.ResourceBundle getLocalization(Bundle bundle, java.lang.String locale)
bundle
- the bundle to get localization forlocale
- the name of the locale to get
ResourceBundle
object for the given bundle and locale.
If null
is passed for the locale parameter, the default locale is used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |