TYPO3 7.6.4 backend language not changing/downloading

1.1k Views Asked by At

I installed TYPO3 7.6.4 (LTS). I then went to backend, downloaded German language and under User preferences i changed my admin language to "German". After clearing the caches and relogging, nothing has changed.

TYPO3 tells me that the language files have been downloaded successfully, but there is no data in the directory typo3conf/l10n/ it's just empty. All folder access rights are 777.

Any suggestions?

2

There are 2 best solutions below

2
Mario Naether On

did you have use the "user Settings" button at the Top?

enter image description here

0
Vivek Parmar On

You have to enable "curlUse" from backend installtool or in LocalConfiguration.php

'SYS' => [
   'curlUse' => '1',
]

For example:-> enter image description here So After that you will be able to download language as well as available translation files of extensions.

After that you can enable it from user settings enter image description here