|
Eclipse Platform Release 3.7 |
|||||||||
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 | |
---|---|
ResourceBundle |
getLocalization(Bundle bundle,
String locale)
Returns a ResourceBundle object for the given bundle and locale. |
Method Detail |
---|
ResourceBundle getLocalization(Bundle bundle, String locale)
ResourceBundle
object for the given bundle and locale.
bundle
- the bundle to get localization forlocale
- the name of the locale to get, or null
if
the default locale is to be used
ResourceBundle
object for the given bundle and locale,
or null
is returned if no ResourceBundle object can
be loaded.
|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.