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
Hi!
How to render a page with culture? for example:
localhost/en/index
localhost/en/page
...
localhost/ru/How
localhost/en/index
localhost/en/page
...
localhost/ru/
how to configure routing for a page render with the specified culture?
The text was updated successfully, but these errors were encountered:
Enable the Localization feature
Then in the Localization settings, add the languages you want to support
Add the Localization part to the types you want to be localizable
In the AutoroutePart of the type, use something like {{ ContentItem.Content.LocalizationPart.Culture }}/{{ ContentItem | display_text | slugify }}
Then create content items and localize them. Their routes will have the culture in the prefix.
Hi!
How to render a page with culture? for example:
localhost/en/index
localhost/en/page
...
localhost/ru/How
localhost/en/index
localhost/en/page
...
localhost/ru/
how to configure routing for a page render with the specified culture?
The text was updated successfully, but these errors were encountered: