Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Better cms translate the page , on changing the language settings? #1542

Open
DharsanaR opened this issue Sep 6, 2016 · 0 comments
Open

Comments

@DharsanaR
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant