Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

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


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
clone, equals, finalize, 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: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013