src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 335
1eed60b779da
parent 311
bf67e0ff7131
equal deleted inserted replaced
334:2696337baa3d 335:1eed60b779da
104 104
105 /** 105 /**
106 * Key for the current language selection within the session. 106 * Key for the current language selection within the session.
107 */ 107 */
108 const val SESSION_ATTR_LANGUAGE = "language" 108 const val SESSION_ATTR_LANGUAGE = "language"
109
110 /**
111 * Key for the current timezone selection within the session.
112 */
113 const val SESSION_ATTR_TIMEZONE = "timezone"
109 } 114 }

mercurial