// 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

Bath

Where quality meets eco-friendly

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

bottom of page