studioemma / multilingual
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
Enable Multilingual document support for Pimcore.
Package info
github.com/studioemma/multilingual
Type:pimcore-plugin
pkg:composer/studioemma/multilingual
dev-master
2015-11-06 15:10 UTC
Requires
- pimcore/installer-plugin: ~1.3
This package is auto-updated.
Last update: 2020-02-14 10:24:17 UTC
README
Adds feature to Pimcore documents to create a solid tree throughout different languages. Every language will have the exact same document tree. No exceptions.
Features
- When creating a new document in a language, it will create a document in all other languages and link them together.
- Ensures the document tree is exactly the same for all languages
- Enables Master Document setting by default to follow the main language (first available language)
- Copies the document properties to all language documents
- Provides helper functions to link to another language
- Pimcore documents are only displayed per language
Usage
- Enable all languages in system config you require
- Enable and install this plugin
View helpers
$this->inotherlang($document, $language = null);
Returns the provided document in the provided language.
If no language is provided, the current active language is used.
A Document object or document ID is accepted.