You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to implement multilingual functionality to whole of my site.I have reviewed the sections, and got the language code for the respective pages. But I didn't know how to translate those pages.
using of,
GetPageResponse response = null;
var pageRequest = new GetPageRequest { PageUrl = "/about-ar/" };
response = api.Pages.Page.Get(pageRequest);
var languageCode = response.Data.LanguageCode;
What to do next?
kindly support
The text was updated successfully, but these errors were encountered:
Hi,
I would like to implement multilingual functionality to whole of my site.I have reviewed the sections, and got the language code for the respective pages. But I didn't know how to translate those pages.
using of,
GetPageResponse response = null;
var pageRequest = new GetPageRequest { PageUrl = "/about-ar/" };
response = api.Pages.Page.Get(pageRequest);
var languageCode = response.Data.LanguageCode;
What to do next?
kindly support
The text was updated successfully, but these errors were encountered: