Microsoft Chat Server SDK Reference

Language Property

This property retrieves the ISO (International Standards Organization) code specifying what language is being spoken in the channel.

Syntax

LangId = ChatChannel.Language
ChatChannel.Language = LangId

Parameters

LandId
String representing the ISO language code for the channel.

Remarks

Use the language codes specified by ISO 639/3166 formatted according to the syntax described in Request for Comments (RFC) 1766. The language code is limited to 31 characters.


© 1998 Microsoft Corporation. All rights reserved.