Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ShowUntranslatedObjects

Summary

Sets whether all languages are shown or not.

Usage

 

ShowUntranslatedObjects=enabled|disabled

Description

This setting has two possible values:

  1. disabled - Means that only languages listed in the "SiteLanguageList" setting are displayed.
  2. enabled - Means that all languages are displayed. The system will still use the language priorities determined by the "SiteLanguageList[]" array, but it will not filter away languages that are not on the list.

This setting is usually enabled for admin siteaccess and disabled for public siteaccess(es). Please refer to the "Configuring the site languages" section for more information.

Examples

Example 1

SiteLanguageList[]
SiteLanguageList[]=eng-GB
SiteLanguageList[]=ger-DE
ShowUntranslatedObjects=disabled

This will tell the system that British English has the highest priority and German is the second prioritized language. Any other languages will not be shown.

Example 2

SiteLanguageList[]
SiteLanguageList[]=eng-GB
SiteLanguageList[]=ger-DE
ShowUntranslatedObjects=enabled

This will tell the system that British English has the highest priority and German is the second prioritized language. All other languages will still be shown (and editable) but will have less priority.

Svitlana Shatokhina (24/05/2006 8:27 am)

Svitlana Shatokhina (10/08/2006 1:29 pm)


Comments

There are no comments.