language


Description:

[ Version ( deprecated = true , deprecated_since = "0.17.0" , since = "0.3.0" ) ]
public string language { get; set; }

Warning: language is deprecated since 0.17.0.

Restricts the search to videos that have a title, description or keywords in a specified language.

Note:

No longer supported by Google. The value of this property will be unused in queries. There is no replacement.

The language code should be a two-letter ISO 639-1 code; or you can use <literal>zh-Hans</literal> for simplified Chinese and <literal>zh-Hant</literal> for traditional Chinese.

For more information, see the <ulink type="http" url="http://code.google.com/apis/youtube/2.0/reference.html#lrsp">online documentation</ulink>.