←Select platform

Language Property

Summary

Content language

Syntax

C#
VB
C++
public string Language { get; set; } 
Public Property Language() As String 
   Get 
   Set 
public:  
   property String^ Language 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly