I have created plugin and I have used locallang for labels. I am working on TYPO3 10 and I have used many locallang values in my template file for labels.
\TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('your_label_key','your_extensionName');
I tried this code it works fine, but it is only for one key or label.
I want all the translation in json formant (json file), is there any way to do that ?
Thanks in advance.