DocumentSnapshotContentLanguage Property  | 
Version 93.1.111 
            Contains the document's content language.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic int ContentLanguage { get; set; }public:
property int ContentLanguage {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also