Hi am able to localize the static content like labels,buttons,images e.t.c.But when the content is dynamic,for example…strings retrived from web services.how to localize such kind of content,if it is possible please lemme know thx in advance.
Hi am able to localize the static content like labels,buttons,images e.t.c.But when the content
Share
Since the data is Dynamic ,you can’t use String file because one can know the localized word for other words.
So ,its better to add one more Field in web service response which is having the localized word according to localization. Just parse it & make the dynamic localized app.
I had done in this way for an Arabic language.It works well. Hope that could solve your problem unto some extent.