com.ibm.commerce.ras
Class LocaleTranslator

java.lang.Object
  |
  +--com.ibm.commerce.ras.LocaleTranslator

public class LocaleTranslator
extends java.lang.Object

LocaleTranslator is used to translate the message to specific locale.


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
LocaleTranslator()
          LocaleTranslator constructor comment.
 
Method Summary
 java.lang.String getTranslation(ECMessage ecmsg, java.lang.Object[] parms)
          This method uses the resource bundle to get the translation of the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

LocaleTranslator

public LocaleTranslator()
LocaleTranslator constructor comment.
Method Detail

getTranslation

public java.lang.String getTranslation(ECMessage ecmsg,
                                       java.lang.Object[] parms)
This method uses the resource bundle to get the translation of the message.