Translations for plugin setting values or translations for media files
Let's assume I want to add a plugin which adds a slider with images to the frontend. These images have to be different depending on which language is set for the shop. If the customer changes the language in the frontend a different image should be displayed.
There is no way to configure something like that in a comfortable way at the moment as far as I'm aware of.
So the idea would be to either make the plugin setting values translatable or make media files translatable.
Not enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Bianca Glasner
commented
We have another use case which would require a language specific configuration, but not related to translations.
For our product, we require to have an account on our backend for each language. So every sales channel and language combination needs different account IDs and different API keys within the plugin configuration.
To make it possible in the current state, we needed to implement a different config handling with an additional database table including a "language_id" column. It also required us to implement a customized config page.