Translation using lang html atributtes?
-
I know there are plenty of plugins for translation, but it seems no one uses this approach, which is to use lang inline attributes like this:
<!DOCTYPE html> <html> <body> <p lang="en">This is a paragraph.</p> <p lang="es">Esto es un parrafo.</p> <p lang="fr">Ceci est un paragraphe.</p> </body> </html>Further info: Maybe a plugin/Wordpress could implement cached page copies based on this attributes? I’m aware of multi sites, but I consider it way to complex to support since not all plugins have support for it for instance.
- This topic was modified 6 years ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Translation using lang html atributtes?’ is closed to new replies.