| Reply | « Previous Thread | Next Thread » |
|
Hi,
I have just installed PyS60 1.9.4, tried a sample script and I have first question. My phone language is Polish, but the softkey labels in Python apps remain in English (i.e. Options Exit or Select Cancel in menus). I tried to change locale like: import locale locale.setlocale(locale.LC_ALL, 'pl') but got an exception. Thanks for any ideas. |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Hi,
If you want to change the softkey labels, it's not possible in standard PyS60. You would have to use either the appuifw2 (info on how to do that here) or the uikludges extension, but both only work with PyS60 upto 1.4.5. This will change the text displayed above the softkeys in your application. And in the future, please always specify what exception you get ![]() |
|
Hi,
Thanks, but after some digging I managed to solve this without extensions. The solution to my problem is option --lang=PL in ensymble.py. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Dynamically Changing Softkey Labels | srigans1 | Symbian User Interface | 3 | 2006-05-23 09:59 |
| xhtml table support | hokuto_su | Browsing and Mark-ups | 1 | 2006-02-13 14:08 |
| Series 60: Bitmaps as softkey labels? | markusgrupp | Symbian User Interface | 2 | 2004-10-09 21:41 |
| Hide Softkey Labels | valentin_da_itiv | Symbian User Interface | 6 | 2004-02-13 16:08 |
| Changing Labels for the softkey | Shabs | Symbian User Interface | 1 | 2003-10-31 19:08 |