Okapi .NET Library

InputFileItem.Language Property

 [This is preliminary documentation and subject to change.]

Language name of the default language for the input file.

[Visual Basic]
Public Property Language As String
[C#]
public string Language { get; set; }
[C++]
public: __property String* get_Language();
public: __property void set_Language(String* );
[JScript]
public function get Language() : String
public function set Language(String);

See Also

InputFileItem Class | Okapi.Library.Utility Namespace