Is it possible in HTML5 to give translation service a hint for translating a specific element
I would like a specific element to be translated in a specific way for a specific language pair. For example, a movie-related web page like: <!DOCTYPE html> <html lang="tr"> ... <p> <span>Kamera:</span> <span translate="no">XYZ</span> </p> when translated (by Google) from…