Hi all,

I'm just about to start externalizing all my String-resources to a new
project and then bring them back by including the exported jar-file of
this 'i18n'-project.
Doing so i18n for different languages becomes easier (I could simply
export just a handful of languages to the jar).


I can successfully change the java-references to the outsourced
foo.bar.i18n.R.java

BUT, all references of the xml-layouts fail :(

Sample:
############
... android:label="@string/app_name">
############
where: "@string/app_name" is now unknown =/

I'm asking myself whether this is possible and how to resolve my
issue / properly reference the externalized string-resources.

Any help appreciated. =)

Best Regards,
Nicolas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to