I have a project and this project support two languages English and Spanish.
If the user has Spanish languages selected phone, the app opens Spanish. The same cycle works for English also.
Second, We have a website and this website provides Spanish and English support. User can register ( Sign Up ) or login (Sign In)
from English site or Spanish site.
My question, As a User if I choose to register via the Spanish site, I should be taken to the app in Spanish and not English.
How can I do this? Universal Link or Deep Link. Is there anyone build this cycle previously?
this is the easiest way to manage this, however if you have two different websites, then you can use a logic if then to send to different websites. Unless you are using a UIWebView or a WKWebView for everything.
Let’s take it step at a time, if these don’t work for you, let’s discuss other options.