com.openexchange.admin.services
Class I18nServices

java.lang.Object
  extended by com.openexchange.admin.services.I18nServices

public class I18nServices
extends java.lang.Object


Method Summary
 void addService(java.util.Locale locale, com.openexchange.i18n.I18nService i18n)
           
static I18nServices getInstance()
           
 void removeService(java.util.Locale locale, com.openexchange.i18n.I18nService i18n)
           
 java.lang.String translate(java.util.Locale locale, java.lang.String toTranslate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addService

public void addService(java.util.Locale locale,
                       com.openexchange.i18n.I18nService i18n)

removeService

public void removeService(java.util.Locale locale,
                          com.openexchange.i18n.I18nService i18n)

getInstance

public static I18nServices getInstance()

translate

public java.lang.String translate(java.util.Locale locale,
                                  java.lang.String toTranslate)