Have bumped Excalibur i18n from 1.0 to 1.1 reflecting the constructor change mentioned below. Have also updated all dependent Excalibur and Sandbox property files to reflect same.
Cheers, Steve.
Stephen McConnell wrote:
I have made some changes to the i18n package to allow explicit selection of a locale. Typically we so stuff like:
Resources I18N = ResourceManager.getPackageResources( Merlin.class );
Which creates a resource based o the default locale. I've updated ResourceManager to support the following:
Resources I18N = ResourceManager.getPackageResources( Merlin.class, locale );
I.e. the declaration of an explicit locale to be used. This change is 100% backward compatible. I've commit the change but can rool it back if anyone has a resonable objection.
Cheers, Steve.
-- Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]