Elexis API documentation
Version 2.1.6 as of December 11 2011

ch.elexis.befunde
Class Messages

java.lang.Object
  extended by ch.elexis.befunde.Messages

public class Messages
extends java.lang.Object

This is the basis of the internationalization system. Every single String that is visible to the user should be translatet through this mechanism The text file messages.properties contains the "generic" versions of all translatable Strings. To create a new language file, one must only create a file called messages__locale.properties, where locale is optionale. Thus you might create messages_fr.properties to create a french localization or messages_fr_CH.properties to create an even more specific version

Author:
gerry

Method Summary
static java.lang.String getString(java.lang.String key)
           
static java.lang.String getString(java.lang.String key, java.lang.Object[] params)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)

getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.Object[] params)

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis