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!
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.