PP.App.setLocale

Syntax

setLocale(settings: Object)

Parameters

settings. JSON object with the Locale field that determines the current language and regional settings; this object is an element of the PP.CultureNames enumeration.

Description

The setLocale method sets language and regional settings in the application.

Example

The method use is given in the example for PP.App.setConfig.

See also:

PP.App