Folders for resources only work for the html root package where you can build any HTML you want: https://www.codenameone.com/blog/html-hierarchy-release-plan-teavm.html
On Monday, December 14, 2020 at 4:58:38 PM UTC+2 P5music wrote: > 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/d309a468-054f-40af-b05f-4110d35ac571n%40googlegroups.com.
