Skip to content

Multilingual using Joomla fields and pages #772

Answered by johanjanssens
parthlawate asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Parth, thats great news. I don't see any issues why you wouldn't be able to pull this off.

Multi-lingual

Pages offers support for multi-lingual content handling through the Joomla extension. You can filter content based on the language you set for the content. Pages also has a special lang route constraint to handle language codes in url's. This makes it very easy to setup a multi-lingual site.

Example

---
route: /[lang:language]
collection:
    model: ext:joomla.model.articles
    state:
        published: 1
        category: [foo, bar]
        sort: title
---

Here you will get all the articles from category foo or bar that are published and sort them by title, the language state is r…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@parthlawate
Comment options

@manojLondhe
Comment options

@johanjanssens
Comment options

@manojLondhe
Comment options

@johanjanssens
Comment options

Answer selected by johanjanssens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants