'lang' Syntax and Note : lang « Javascript Properties « JavaScript Reference

'lang' Syntax and Note

Note:

Read and write property. 
Sets the written language. 
    
Syntax:
    
document.getElementById("elementID").lang = value
document.all.elementID.lang = value // IE only

    

      
      








Related examples in the same category

1.'lang' Example
2.'lang' is applied to