Show multiple alt-text fields in image depending on amount of languages
I'm trying to create multiple input fields for alt-texts (dynamically) depending on the languages that are available in the umbraco project.
For example if I have 3 different languages available in my project I want every image to have 3 alt-text fields for each of the languages, save this in an array so it can be accessed later.
How do I do this? I assume I have to create a custom type but I don't know how I can dynamically show fields in a media type?
Show multiple alt-text fields in image depending on amount of languages
I'm trying to create multiple input fields for alt-texts (dynamically) depending on the languages that are available in the umbraco project.
For example if I have 3 different languages available in my project I want every image to have 3 alt-text fields for each of the languages, save this in an array so it can be accessed later.
How do I do this? I assume I have to create a custom type but I don't know how I can dynamically show fields in a media type?
Couldn't you just use the language dictionary for that?
This is on media, an image how can i implement the language directory in a media type?
this thread may offer some insight into use of alt attribute
https://github.com/umbraco/Umbraco-CMS/issues/8432
is working on a reply...