When I upload a video to my youtube channel, I'd like to be able to specify the defaultLanguage. However, the docs don't seem to be specify what kind of string I should put.
string This property is confidential to trusted testers.
The language of the text in the video resource's snippet.title and snippet.description properties.
What kind of string does snippet.defaultLanguage take?
resource: {
snippet: {
defaultLanguage: "English" //<-- correct ?
}
}
"en"
is the correct string to put to set the default language.