#!/bin/sh
# /etc/uci-defaults/101_default_language

uci set luci.main.lang="en"
uci commit luci

exit 0
