Hi @digitalpenguin,
I was afraid that the backend only knows the one key.
I want to create multiple media sources for different areas (slider, gallery, content…). I used Babel for multilingual and so I have 9 contexts for the different languages.
I want to have a different file in the right folder (CultureKey) for each language.
de/slider, en/slider, fr/slider, ru/slider…
de/gallery, en/gallery, fr/gallery, ru/gallery…
de/content, en/content, fr/content, ru/content…
For example, if I want to have one media source for a slider, I would now have to create a single slider media source for each language.
That’s why my idea was to work with the CultureKey, then I would only need one media source for each area.