com.frinika.localization
Class CurrentLocale

java.lang.Object
  extended by com.frinika.localization.CurrentLocale

public class CurrentLocale
extends java.lang.Object

Global class for retrieving the Locale (Language translation) to be used globally by Frinika. This will be configurable from a resource bundle - coming soon.

Author:
Peter Johan Salomonsen

Constructor Summary
CurrentLocale()
           
 
Method Summary
static java.lang.String getMessage(java.lang.String key)
           
static void main(java.lang.String[] args)
          Test locale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentLocale

public CurrentLocale()
Method Detail

getMessage

public static final java.lang.String getMessage(java.lang.String key)

main

public static void main(java.lang.String[] args)
Test locale

Parameters:
args -