Skip to content

Commit faa998e

Browse files
bradmiroAce Nassri
authored andcommitted
fix: removed display_name from sample
1 parent f7a95f1 commit faa998e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

translate/v3/translate_get_supported_languages.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ function main(projectId = 'YOUR_PROJECT_ID', location = 'global') {
4242
// example, 'en', 'ja'. In certain cases, BCP-47 codes including language and
4343
// region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
4444
console.log(`Language - Language Code: ${language.languageCode}`);
45-
// Human readable name of the language localized in the display language specified
46-
// in the request.
47-
console.log(`Language - Display Name: ${language.displayName}`);
4845
// Can be used as source language.
4946
console.log(`Language - Support Source: ${language.supportSource}`);
5047
// Can be used as target language.

0 commit comments

Comments
 (0)