Actions
Bug #81834
closedSwitch language in action
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase + l10n
Target version:
-
Start date:
2017-07-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I use TYPO3 8.7.3 and my own extension. So far, I was able to use the
$GLOBALS['TSFE']->config['config']['language']variable to switch in extbase to another language. This is actually not possible. Is there a new way to switch between languages in the action of a controller? Important for me to create Mails and PDF throw:
\TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate
BR
Daniel
Updated by Riccardo De Contardi about 7 years ago
- Category changed from Extbase to Extbase + l10n
Updated by Anja Leichsenring about 7 years ago
- Related to Feature #82354: Add possibility to get a label in a specific language in LocalizationUtility::translate() added
Updated by Anja Leichsenring about 7 years ago
- Related to deleted (Feature #82354: Add possibility to get a label in a specific language in LocalizationUtility::translate())
Updated by Anja Leichsenring about 7 years ago
- Has duplicate Feature #82354: Add possibility to get a label in a specific language in LocalizationUtility::translate() added
Updated by Tymoteusz Motylewski about 6 years ago
- Status changed from New to Resolved
It was fixed in the meantime with https://review.typo3.org/#/c/53967/
Actions