play.libs
Class I18N

java.lang.Object
  extended by play.libs.I18N

public class I18N
extends Object

I18N utils


Constructor Summary
I18N()
           
 
Method Summary
static String getCurrencySymbol(String currency)
          Retrieve currency symbol for a currency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18N

public I18N()
Method Detail

getCurrencySymbol

public static String getCurrencySymbol(String currency)
Retrieve currency symbol for a currency

Parameters:
currency - (JPY,USD,EUR,GBP,...)
Returns:
($, €, ...)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly