Hi guys,
I am localizing my ABMaterial app.
There are two ways to do this. One is to use b4x's Localizator, the other is to use ABMaterial's default Localization method.
Which one should I choose? I have used abmaterial's method and I find that it has several cons:
1. The method page.XTR(code as string, text as string) requires a sequence number which I have to calculate manually.
2. It does not support parameters. Like ("please wait for {0} seconds", seconds)
But in general, it's a good way to localize my app.
I am localizing my ABMaterial app.
There are two ways to do this. One is to use b4x's Localizator, the other is to use ABMaterial's default Localization method.
Which one should I choose? I have used abmaterial's method and I find that it has several cons:
1. The method page.XTR(code as string, text as string) requires a sequence number which I have to calculate manually.
2. It does not support parameters. Like ("please wait for {0} seconds", seconds)
But in general, it's a good way to localize my app.