java - how can i use two diffrent string value with same name in String.xml? -


i want have 2 kind of message types example ironic , official. when user selected ironic message show in ironic way , when user select official messages show in official way. want 2 string value type same name different value in string.xml. want select type used in program when app run. there other way that. help.

you cannot have 2 different strings same key or name in string.xml

you can make app_name , app_name_1 ironic , official , whenever official append _1 string


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -