Project

General

Profile

Actions

Task #89796

closed

Remove default language

Added by Andreas Sturmberger over 4 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Start date:
2019-11-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Default Language
Complexity:
nightmare
Sprint Focus:

Description

In a multi site / multi language project the default language is very confusing, misleading and creates incorrect language id behaviours (sys_language_uid in Database).

For Example:
My multi site / language project has 3 Sites and 2 languages:

  • Site 1
  • * English
  • Site 2
  • * English
  • * German
  • Site 3
  • * German

The languages added as website languages (sys_language) are: English = uid 1, German = uid 2.

The editor for Site 1 should only see 1 language (English) and for this site, it should act as default language, as it is the only language.
But if you configure the language English in the Site configuration with languageId 1, the editor can create content in the "Default"-Languagecolumn and English.

However, you don't want them to be able to create content in "Default" and "English".
You can achieve this, if you set the languageId to 0 for the English in the site configuration.

This comes with a problem: all pages / content / domain models generated in English have now the sys_language_uid 0. this is now inconsistent, as the ID for english in the sys_language table is 1.
Furthermore, you have got the same problem at Site 3 -> German should be the "default" language, but in the site configuration it has to be set as languageId = 0. this means, german and english content is in the database, both with sys_language_id 0.

I hope you can see where i'm getting with this.
I may be totally wrong here, but in my opinion the default language is not needed anymore.
Every website actually has/should have a defined "default" language (which should be related to an entry in the sys_language table). I don't see any need for an undefined default language. and with the current state of the site configuration it should be possible to drop the default language.

Also, if you have any solutions for the stated problem i'd be glad if you can help me


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #67588: Localization with localesClosed2015-06-17

Actions
Actions

Also available in: Atom PDF