se.perfectfools.localizer.i18n
Class Messages

java.lang.Object
  extended byse.perfectfools.localizer.i18n.Messages

public class Messages
extends java.lang.Object

This class handles i18n for ezloc itself.

Version:
$Id: Messages.java,v 1.2 2004/11/13 13:34:48 pal Exp $
Author:
Pål Brattberg < pal@eminds.se >

Constructor Summary
protected Messages()
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Get a translated string for the current locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

protected Messages()
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Get a translated string for the current locale.

Parameters:
key - The key for the String to translate
Returns:
The translated string, or !key! if no translation was found.


Copyright © 2004 Eminds AB. All Rights Reserved.