org.eclipse.birt.report.model.api.extension
Interface IResourceBundleProvider


public interface IResourceBundleProvider

Provides the resource bundle with the given locale.


Method Summary
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
          Returns the resource bundle with the locale.
 

Method Detail

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
Returns the resource bundle with the locale.

Parameters:
locale - the given locale
Returns:
the resource bundle


Copyright © 2005 Actuate Corp. All rights reserved.