On Sun, May 10, 2009 at 10:22 PM, EboMike <[email protected]> wrote: > > The instructions for my app are in HTML format in my assets so I can > display them with proper formatting and hyperlinks in a WebView. Given > that they're in the assets folder, not res, I can't properly localize > them (i.e. something like assets-de wouldn't work). > > What's the proper way to localize embedded HTML files?
You could simply have various html pages, e.g. help-en.html, help-de.html, etc. and select the right one at runtime based on the Locale setting. R/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

