Jun 012012
How to remove a locale in Ubuntu server
Answer:
In our previous post, we have discussed how to add a new locale. But once added, how to remove it?
You can do so using the --purge option, e.g.
# sudo locale-gen --purge en*
The above command remove all locales except the en* locale