←Select platform

Language Property

Summary

Content language

Syntax
C#
VB
C++
Java
public string Language { get; set; } 
Public Property Language() As String 
   Get 
   Set 
public:  
   property String^ Language 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getLanguage(); 
public void setLanguage( 
   java.lang.String 
); 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly