Show contents 

Working with Web Application > PP.App > Static Methods > PP.App.getLocale

PP.App.getLocale

Syntax

getLocale();

Description

The getLocale method returns current language and regional settings of the application.

Comments

The method returns element of the PP.CultureNames enumeration.

Example

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

See also:

PP.App