AI-generated Key Takeaways
-
A
BrowserLanguageresource represents the language of a browser and has fields fornameanddisplayName. -
The
namefield is a string identifier with a specific format including the network code and browser language ID. -
The
displayNamefield is an output-only string representing the localized name of the browser language. -
There are two methods available for this resource:
getto retrieve a single object andlistto retrieve multiple objects.
Resource: BrowserLanguage
Represents the language of a browser.
| JSON representation |
|---|
{ "name": string, "displayName": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the |
displayName |
Output only. The name of the browser language, localized. |
Methods |
|
|---|---|
|
API to retrieve a BrowserLanguage object. |
|
API to retrieve a list of BrowserLanguage objects. |