org.osivia.portal.api.internationalization
Interface IBundleFactory


public interface IBundleFactory

Bundle factory interface.

Author:
Cédric Krommenhoek

Method Summary
 Bundle getBundle(java.util.Locale locale)
          Get internationalized bundle.
 

Method Detail

getBundle

Bundle getBundle(java.util.Locale locale)
Get internationalized bundle.

Parameters:
locale - bundle locale
Returns:
internationalized bundle


Copyright © 2014. All Rights Reserved.