// Ejemplo de código para cambiar el idioma function cambiarIdioma(idioma) { if (idioma === 'es') { // Cambiar contenido al español $w('#titulo').text = '¡Bienvenido!'; $w('#contenido').text = 'Este es un ejemplo de cambio de idioma.'; } else if (idioma === 'en') { // Cambiar contenido al inglés $w('#titulo').text = 'Welcome!'; $w('#contenido').text = 'This is an example of language change.'; } // Establecer el atributo de idioma en la etiqueta html $w('html').lang = idioma; }
top of page
I'm a product description. I'm a great place to add more details about your product such as sizing, material, care instructions and cleaning instructions.

Seaweed Natural Soap

SKU : 008
6,50$Prix
Quantité
  • I'm a product detail. I'm a great place to add more information about your product such as sizing, material, care and cleaning instructions. This is also a great space to write what makes this product special and how your customers can benefit from this item.
bottom of page