Oh! yes, thank you about that.
What I mean is to have the function of a comic strip show depending on the language.
With xLanguage we made a modification in comicpress 2.8 to show a comic strip in spanish (with the “es” in the filename) or in english (with the “en” in the filename).
These modification was made it in the files:
functions.php adding a filter for “en” and “es” files
displaycomic.php adding xlanguage_current_language_code() in the image to show (comic strip) depending on the language.
I don’t know how to made the same in Comicpress 4.1…
I think it would have to add filters “es” and “en” for somehow recognize the files (comic strip) in Spanish and English uploaded through the Comic Easel…
What do you think?