-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7381c1
commit a111295
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Create a website with language context | ||
|
||
1. [Enable all](https://pimcore.com/docs/5.0.x/Multi_Language_i18n/index.html) required languages in pimcore backend. | ||
2. [Localize your Documents](https://pimcore.com/docs/5.0.x/Multi_Language_i18n/Localize_your_Documents.html). | ||
1. [Enable all](https://pimcore.com/docs/platform/Pimcore/Multi_Language_i18n/) required languages in pimcore backend. | ||
2. [Localize your Documents](https://pimcore.com/docs/platform/Pimcore/Multi_Language_i18n/Localize_your_Documents/). | ||
3. Connect them via the localization tool. | ||
|
||
**Localization Connector:** There is a [dedicated help document](100_LocalizeDocuments.md) we wrote for you to get all the knowledge for heroic document localization! | ||
|
||
> **Note:** Make sure that all your child documents are localized too. | ||
For multi-language sites (e.g. example.org/de and example.org/en): Please ensure that the site document (domain, e.g. example.org) does not have a defined language (Document => Tab "Navigation & Settings" => "Language" Dropdown: Select `None` and save). | ||
For singe-language sites you have to set the language on the site document. | ||
For singe-language sites you have to set the language on the site document. |