Class I18NConstants
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.i18n.I18NConstants
-
public final class I18NConstants extends java.lang.ObjectConstants related to the currency and language.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCURRENCY_SESSION_ATTR_KEYSession attribute key for the currencystatic java.lang.StringLANGUAGE_FALLBACK_ENABLEDSession attribute key for the language fallback option(jalo)static java.lang.StringLANGUAGE_SESSION_ATTR_KEYSession attribute key for the languagestatic java.lang.StringTIMEZONE_SESSION_ATTR_KEYSession attribute key for the timezone
-
-
-
Field Detail
-
CURRENCY_SESSION_ATTR_KEY
public static final java.lang.String CURRENCY_SESSION_ATTR_KEY
Session attribute key for the currency
-
LANGUAGE_SESSION_ATTR_KEY
public static final java.lang.String LANGUAGE_SESSION_ATTR_KEY
Session attribute key for the language
-
TIMEZONE_SESSION_ATTR_KEY
public static final java.lang.String TIMEZONE_SESSION_ATTR_KEY
Session attribute key for the timezone
-
LANGUAGE_FALLBACK_ENABLED
public static final java.lang.String LANGUAGE_FALLBACK_ENABLED
Session attribute key for the language fallback option(jalo)
-
-