←Select platform

Language Property

Summary

Content language

Syntax
C#
C++/CLI
Java
Python
public string Language { get; set; } 
public:  
   property String^ Language 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getLanguage(); 
public void setLanguage( 
   java.lang.String 
); 
Language # get and set (FullTextSearchItem) 

Property Value

Language of the text in Content

Remarks

This is optional. Passing null will default to "en-US" (or locale ID 1033).

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.