Android Question [LIB AHPreferenceActivity ver.1.04] & AddPassword

T201016

Active Member
Licensed User
Longtime User
I can change the text once I created the preference?
I mean the translation in different languages of the buttons "OK", "CANCEL", etc. in the dialog box for ADDPASSWORD.

(because without these changes, I always get a translation according to the phone settings.)

For example:
B4X:
    Private catpassword As AHPreferenceCategory
    ...
  
    ' Safety
    catpassword.Initialize("Safety")
    catpassword.AddPassword("pin1", "PIN code", "Change the factory PIN", "", "")
    intentScreen.AddPreferenceCategory(catpassword)
 
Last edited:
Top