On 3 Ago, 19:03, Federico Paolinelli <[email protected]> wrote: > Hi all, I just released a new application, and now I would like to > localize it (at least in italian, my main language). > > What I did is put a "help.html" file under assets, in order to show a > well formatted help page without getting mad with colors or > formatting. > > Now, is there a way to load different files depending on the > localization of the phone in the same way I can do with string > resources? > > Many thanks in advance, > > Federico
Here "my" solution: I put the name of the file to get in the string resources. Basically I have different help_ithtml help_en.html files and I choose the file to load using R.string.help_file_name resource. Hope this may help somebody. Federico -- 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

