Android Question How to show a localized text to help customer.

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
Did anybody find a way to show a localized text to explain what's going on in the layout?
The customer must confirm its phone number, I send a SMS and read back. I'd like to explain this protocol so the person is warned that he is going to send a SMS and cannot complain.
Since I have a supporting WEB server, I could read a HTML text and display in a webview panel.
Any idea?
Thank you!

Mauro
 

tigrot

Well-Known Member
Licensed User
Longtime User

Thank you Marco, my need is to explain the user about initializing the program in different languages.

What exactly is the question? How to handle the localization? How to show the message?

Thank you, after some test I have decided to write localized html pages and show in a webview panel. The phone must be on line to start initialization, so downloading a page is a small task.
This will allow to encrease the languages allowed simply adding pages on the WEB server.

Have a nice evening
Mauro
 
Upvote 0
Top