AI-generated Key Takeaways
-
A
BrowserLanguage
resource represents the language of a browser and has fields forname
anddisplayName
. -
The
name
field is a string identifier with a specific format including the network code and browser language ID. -
The
displayName
field is an output-only string representing the localized name of the browser language. -
There are two methods available for this resource:
get
to retrieve a single object andlist
to 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. |