Building a TYPO3 extension in Extbase/Fluid
Labeling the form fields/localisation
In the list view and the backend forms you’ll want to see human readable names for the properties of your domain models instead of lowerCamelCase or database_field names. You’ll find them in the localisation files:
- path: /typo3conf/ext/your_extension/Resources/Private/Language/
- localisation file for backend: locallang_db.xlf
- localisation file for frontend: locallang.xlf