View Single Post
Posts: 59 | Thanked: 71 times | Joined on Sep 2009 @ Brazil
#10
This happened to me (seeing wdgt_va_24h_time instead of time, etc.) when I edited the file /etc/osso-af-init/locale. If you know how to become root (install rootsh, open an X Terminal and type sudo gainroot) and edit the file (with Leafpad installed, type leafpad /etc/osso-af-init/locale), you can try replacing its contents with the following values:

Code:
#!/bin/sh

unset LC_ALL
export LANG=en_GB
export LC_TIME=en_GB
export LC_MESSAGES=en_GB
export LC_NUMERIC=en_GB
export LC_MONETARY=en_GB
export LC_PAPER=en_GB
export LC_NAME=en_GB
export LC_ADDRESS=en_GB
export LC_TELEPHONE=en_GB
export LC_MEASUREMENT=en_GB
export LC_IDENTIFICATION=en_GB
You might also issue these commands:
Code:
chown root:root /etc/osso-af-init/locale
chmod 755 /etc/osso-af-init/locale
Restart your phone and hopefully it will be OK!

Last edited by Ricardo; 2011-04-03 at 19:35.