net.sf.scmwebgui
Class I18NProvider

java.lang.Object
  extended by net.sf.scmwebgui.I18NProvider

public class I18NProvider
extends java.lang.Object

This class provides i18n internationalization for the interface elements

Author:
luigi_beast

Constructor Summary
I18NProvider()
           
 
Method Summary
static ResourceBundleWrapper getResourceBundleWrapper(java.lang.String locale)
          Returns a ResourceBundleWrapper for the locale passed as parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NProvider

public I18NProvider()
Method Detail

getResourceBundleWrapper

public static ResourceBundleWrapper getResourceBundleWrapper(java.lang.String locale)
Returns a ResourceBundleWrapper for the locale passed as parameter.

Parameters:
locale - locale as String to retrieve bundle
Returns:
ResourceBundleWrapper ResourceBundleWrapper in the locale


Copyright null null. All Rights Reserved.