MorphAL 0.1

fr.ign.cogit.alpage.morphal.i18n
Class I18NPlug

java.lang.Object
  extended by fr.ign.cogit.alpage.morphal.i18n.I18NPlug

public class I18NPlug
extends java.lang.Object

Class for internationalisation

Version:
0.1 (2011-01-09)
Author:
Eric Grosso - IGN / Laboratoire COGIT

Constructor Summary
I18NPlug()
           
 
Method Summary
static java.lang.String getI18N(java.lang.String key)
          Method of internationalisation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NPlug

public I18NPlug()
Method Detail

getI18N

public static java.lang.String getI18N(java.lang.String key)
Method of internationalisation.

Parameters:
key - key in relation with the text to display
Returns:
the internationalised text fitting with the key

MorphAL 0.1