Use correct entry from global_storage

This commit is contained in:
demmm 2014-11-26 12:15:39 -05:00
parent 925632800b
commit 86c49fbc89

View File

@ -27,7 +27,7 @@ def run():
""" Create locale """
us = '#en_US'
locale = libcalamares.globalstorage.value("localeSetting")
locale = libcalamares.globalstorage.value("lcLocale")
if not locale:
locale = 'en_US.UTF-8 UTF-8'