This chapter discusses customisation for language specific parameters.
The default locale when building a live cd is "locale=en_US.UTF-8". To set the locale for the UK (locale=en_GB.UTF-8)
$ lh_config --bootappend-live "locale=en_GB.UTF-8"
The entry for a British keyboard would be
$ lh_config --bootappend-live "keyb=uk"
To configure both the locale and the keyboard for the UK the entry would be
$ lh_config --bootappend-live "locale=en_GB.UTF-8 keyb=uk"
or
$ lh_config --bootappend-live "locale=uk"
lh build can automatically check for each package, for which it's know that there are -l10n packages available and install them. To add Swedish packages the entry would be
$ lh_config --language "se"
This will also change the default syslinux language if
config/templates/syslinux/se
is available. Check syslinux configuration FIXME