App to open in Spanish when participant clicks on Spanish Website in iOS

Hello Guys,

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?

Best
Durul

@ durul,
For the button that you press to register, send an extra parameter to the website with the lang, such as
http://www.mywebsite.com/register.aspx?lang=en or
http://www.mywebsite.com/register.aspx?lang=es

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.

cheers,

Jayant

This topic was automatically closed after 166 days. New replies are no longer allowed.