This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package bootstrap.liftweb | |
import java.util.Locale | |
: | |
//object holding the chosen locale during the session, can be updated by user at any time. | |
object localeOverride extends SessionVar[Box[Locale]](Empty) | |
class Boot extends Loggable { | |
def boot { | |
: |