org.sakaiproject.component.locales
Class SakaiLocales

java.lang.Object
  extended by org.sakaiproject.component.locales.SakaiLocales

public class SakaiLocales
extends Object

This stores constants related to the Sakai default locales

Author:
Aaron Zeckoski (azeckoski @ unicon.net) (azeckoski @ vt.edu)

Field Summary
static String SAKAI_LOCALES_DEFAULT
          This should be complete list of supported locales and should match the commented list in default.sakai.properties It MUST be a comma separated list of locale keys (be careful with your formatting)
 
Constructor Summary
SakaiLocales()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAKAI_LOCALES_DEFAULT

public static final String SAKAI_LOCALES_DEFAULT
This should be complete list of supported locales and should match the commented list in default.sakai.properties It MUST be a comma separated list of locale keys (be careful with your formatting)

See Also:
Constant Field Values
Constructor Detail

SakaiLocales

public SakaiLocales()


Copyright © 2003-2013 The Sakai Foundation. All Rights Reserved.