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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions