Feature #7796
Possibility to change the language via Typoscript
| Status: | Rejected | Start date: | 2010-05-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Raphael Zschorsch | % Done: | 0% |
|
| Category: | Backend | Spent time: | - | |
| Target version: | - | |||
| Branch: | v4 | |||
| Votes: | 0 |
Description
Hi,
tried to add a Language using Typoscript like:
plugin.rzcolorbox._LOCAL_LANG.it.next = avanti
but it doesn't seem to work.
So the language has to be changed in locallang.xml and on every Update the data are overwritten.
Thanks
History
Updated by Raphael Zschorsch about 3 years ago
- Category set to Backend
- Status changed from New to Rejected
- Branch set to v4
Hello,
this cannot work. However you can define the locallang path in your TS Constants. Just copy the locallang file in the extension folder and extend it to your needs. Put it in your fileadmin folder and the file won't be overwritten, if you update the extension ;)
Best regards,
raphael
Updated by Georg Rienzner about 3 years ago
Raphael Zschorsch wrote:
Hello,
this cannot work. However you can define the locallang path in your TS Constants. Just copy the locallang file in the extension folder and extend it to your needs. Put it in your fileadmin folder and the file won't be overwritten, if you update the extension ;)
Best regards, raphael
Hello Raphael,
I see - I tried it like it is in other extensions :-)
thanks for the advice. I will it do so
Best regards
Georg :-)