Class SakaiLocales
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static String
SAKAI_LEGACY_LOCALES
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
Constructors Constructor Description SakaiLocales()
-
-
-
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
-
SAKAI_LEGACY_LOCALES
public static final String SAKAI_LEGACY_LOCALES
- See Also:
- Constant Field Values
-
-