How can I install new locale to Ubuntu?
        Posted  
        
            by 
                UniMouS
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by UniMouS
        
        
        
        Published on 2012-11-08T05:46:14Z
        Indexed on 
            2012/11/08
            11:22 UTC
        
        
        Read the original article
        Hit count: 421
        
$ locale -a
get output like this:
C
C.UTF-8
en_AG
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW.utf8
POSIX
zh_CN.utf8
zh_SG.utf8
How can I install a new locale, for example en_US.ISO-8859-1.
After this operation, I wish en_us.ISO-8859-1 could be listed in the locale -a list.
© Ask Ubuntu or respective owner