REST Resource: networks.browserLanguages

  • A BrowserLanguage resource represents the language of a browser and has fields for name and displayName.

  • 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 and list to retrieve multiple objects.

Resource: BrowserLanguage

Represents the language of a browser.

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Identifier. The resource name of the BrowserLanguage. Format: networks/{networkCode}/browserLanguages/{browser_language_id}

displayName

string

Output only. The name of the browser language, localized.

Methods

get

API to retrieve a BrowserLanguage object.

list

API to retrieve a list of BrowserLanguage objects.