devbridge / BetterCMS

A publishing focused and developer friendly .NET Open Source CMS.
GNU Lesser General Public License v3.0
375 stars 151 forks source link

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

Open DharsanaR opened 8 years ago

DharsanaR commented 8 years ago

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