#!/bin/bash # vim /etc/locale.gen # locale-gen export LANG="cs_CZ.UTF-8" export LC_ALL=$LANG echo "LANG set to $LANG"