Use correct entry from global_storage

main
demmm 12 years ago
parent 925632800b
commit 86c49fbc89

@ -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'

Loading…
Cancel
Save