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:
where
reg_Label is the B4XFloatTextField Name,
txtregdatehint is the key on the database.
Ref:
LOCALIZATOR:
B4XFloatTextField
how to solve this?
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")
reg_Label is the B4XFloatTextField Name,
txtregdatehint is the key on the database.
Ref:
LOCALIZATOR:
[B4X] Localizator - Localize your B4X applications
Localizator is a cross platform solution for strings localization. The strings are defined in an Excel workbook. They are then converted to a SQLite database file with a B4J program: The database file should be added to the Files tab of your application. Localizator is a class. You need...
www.b4x.com
B4XFloatTextField
[B4X] XUI Views - Cross platform views and dialogs
XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip...
www.b4x.com
how to solve this?
Last edited: