#!/bin/sh . /etc/init.d/rc.functions if [ "$LANG" != "$LC_ALL" ]; then register_config "LANG" "export LANG='$LANG'" /etc/profile register_config "LC_ALL" "export LC_ALL='$LANG'" /etc/profile grep "OSDLanguage = $" /etc/vdr/setup.conf && rcvdr restart >/dev/null 2>&1