Hi,
I cannot see your html code, but in case there is some longer static text you could create custom macro and based on current document culture, you could display the language version of your code. You could simply add a switch to the code and in case EN culture display English code, in case other culture, display this culture.
How to create a custom macro is described here:
Types of macrosThe current culture is available in the:
CMSContext.CurrentDocumentCulture.CultureCode;This way you could use the same template in both cultures.
Best regards,
Ivana Tomanickova