Hi Frank,
Is there a special reason, why you choose key names in
TurbineResource.properties which are different from
the ones already used in Jyve?
TurbineResources.properties:
# Language and country codes used by the TurbineLocalizationService.
locale.default.language=
locale.default.country=
Jyve INSTALL.txt:
services.TurbineLocalizationService.properties.language=en
services.TurbineLocalizationService.properties.country=US
Are there some Conventions about how the key should be called?
t. Bernie
On Thu, 9 Mar 2000, Frank Kim wrote:
> I've made a change to the TurbineLocalizationService so it can handle more
> than a single Locale and ResourceBundle. It now caches ResourceBundles by
> Locale and bundle name. So if you want to get a bundle just call
>
> TurbineServices.getInstance().getService(TurbineServices.LOCALIZATION);
>
> like before. But now call one of the four getBundle() methods to get the
> bundle you want to work with.
>
> Frank
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]