Share via


SP.Web.supportedUILanguageIds property (sp.js)

Specifies the language code identifiers (LCIDs) of the languages that are enabled for the site.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.Web.get_supportedUILanguageIds()

Return value

An array of 32-bit integers that identify the LCIDs of the languages enabled for the site.

REST resource endpoint

See Web resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/supportedUILanguageIds

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/supportedUILanguageIds

GET syntax

GET http://<sitecollection>/<site>/_api/web/supportedUILanguageIds