[TYPO3-dev] get current element uid taking language into account

Sascha lsascha at gmail.com
Thu Oct 10 18:07:53 CEST 2013


Hello everybody.

I have a really small but annoying problem.

i get the current uid of the content element with:
$this->configurationManager->getContentObject()->data['uid']

however i now have a new language. And when i access it from the frontend in the language i still get the uid of the default language.
But the translated object has a different uid. but I need the uid of the translated object.

I am using TYPO3 6.0.

Has anyone a solution how i can get the correct uid taking the current language into account?


Thanks in advance.



More information about the TYPO3-dev mailing list