problem with translation of the hint property

stefanoa

Active Member
Licensed User
Longtime User
I have to translate all text in my app and i'm using AHLocale and AHTranslator.

Everything works except for the hint property

example:
surnameEditText.text =trans.GetText("Surname") >>> OK
amountEditText.Hint =trans.GetText("Amount") >>> does NOT WORK

any ideas?
thanks
:confused:
 

stefanoa

Active Member
Licensed User
Longtime User
no error, does not translate the hint property (amountEditText.Hint =trans.GetText("Amount")).

the fields with EditText.text work correctly.

in file myapp_it.lng:

.....
New\ Event=Nuovo\ Evento
Alarm=Allarme
Alarm\ Date=Data\ Allarme
Alarm\ Time=Ora\ All.
Amount=Importo
.....


thanks
 
Last edited:
Upvote 0
Top