I'm using your great Snippet component and I'd like to have your opinion.
I need to set up a site in several languages. My idea is to prepare snippets that will be used in articles. Is it possible to automatically display the snippet corresponding to the language chosen by the visitor and how to manage the detection of the chosen language?
If you want to use the same snippet tag for all articles, like:
{snippet alias="my-snippet"}
Then you would have to use php (through Sourcerer) to check the language, and output the content you want based on the language. Either directly in that snippet, or include the other language based snippets.
Another option would be to use ReReplacer Pro to replace a placeholder (like [MY-MULTILINGUAL-SNIPPET]) with a different {snippet} tag for every language.