public class FFXLocale
extends Object 
The FFXLocale class will encapsulate internationalization features.
- Since:
 
- 1.0
 
- Author:
 
- Michael J. Schnieders
 
- 
Constructor Summary
Constructors
Constructor for FFXLocale.
 
Constructor for FFXLocale.
 
 
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
FFXLocale
public FFXLocale()
Constructor for FFXLocale.
 
- 
FFXLocale
Constructor for FFXLocale.
- Parameters:
 
language - a String object. 
country - a String object. 
 
 
- 
Method Details
- 
getKey
getKey
- Parameters:
 
string - a String object. 
- Returns:
 
- a 
String object. 
 
- 
getValue
getValue
- Parameters:
 
key - a String object. 
- Returns:
 
- a 
String object. 
 
- 
list
public void list()
list
 
- 
setLocale
setLocale
- Parameters:
 
language - a String object. 
country - a String object. 
- Returns:
 
- a boolean.