B4J Question [B4XTable] localization (change EN text) ?

peacemaker

Expert
Licensed User
Longtime User
Hi, All

I'd like to change EN texts in it: "X of Y out of Z" or other.
Only by the source code possible ?
 

peacemaker

Expert
Licensed User
Longtime User
SOLVED, found

B4X:
    Public StringMoreAvailable As String = "(more available)"
    Public StringNoMatches As String = "No matches"
    Public StringOutOf As String = "out of"
    Public StringTo As String = "to"
 
Upvote 0
Top