Hi All,

After install “FrontAccount” on a Ubuntu box, I notice that my chose language (brasiliian portuguese) do not showed up. Using “locale” to see what I have in my box, I've got:
 
root@ubuntu-server:~# locale -a
C
POSIX
pt_BR.utf8
pt_PT.utf8

For that reason I start to try figure out why. After some readings I decide to change my “../lang/installed_languages.inc” file like this:

    'encoding' => 'utf-8', 
# 'encoding' => 'iso-8859-1',

and it works beautifully.