WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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

@DharsanaR

Description

@DharsanaR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions