My app has a form to display the user manual, loading a web page in a BrowserComponent. It is loaded from file, that is in the htm folder.
I need that every supported language has a translated user manual. I have two translations at the time and they have to be deployed when my app goes on the AppStore. I created an interface for String resources, to have localization with keys, like they do on Android, but I think it is not good for the HTML user manual, although it is possible to put the entire web-page HTML code in a String. How could I create different subfolders in the html hierarchy. Would it work? Otherwise what different strategy can be used? Thanks in advance -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/f8481ed5-97a2-4f9e-8f6e-af7d9b014d31n%40googlegroups.com.
