Android Question [SOLVED] Transalte hint text

Schakalaka

Active Member
Licensed User
Longtime User
Hello.
i'm try to translate with LOCALIZATOR the hint text of a B4XFloatTextField, but without success because it don t show the text

i use this code:
B4X:
reg_Label.HintText = Starter.loc.Localize("txtregdatehint")
where
reg_Label is the B4XFloatTextField Name,
txtregdatehint is the key on the database.



Ref:
LOCALIZATOR:

B4XFloatTextField

how to solve this?
 
Last edited:
Top