This is the case
I am building app that will be localized via strings to many languages. There is a part of app with bunch of helpful links but I would like to open specific link in dependence of actual phone localisation.
So in example if the app is showing in German I would like to send user to German translation of web site, but if the user is seeing app in English I would like to send that user to English translation of specific page via link to that specific translation.
I did a lot to my app looking at examples here. So If you could drop me a hint on this.
Thank you all very much.
you can make different
stringfile with your url for different Language written in that and put that String file invalues-fr , values-engfolder.More to know about localization go through
this post
For those who do not get it form firs this is the final example
where link1web is my defined string in String.xml