#!/bin/sh
uci -q batch <<-EOF
        set luci.main.lang='en'
        commit luci 
EOF
exit 0
