WorkbookView.cultureChanged

Syntax

cultureChanged ();

Description

The cultureChanged method processes events related to culture change.

Example

To execute the example, the page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component), and also add the following code in the handler, that processes document opening event:

PP.setCurrentCulture(PP.Cultures.en);
workbookBox.cultureChanged();

After executing the example page language changes, and dimension names in breadcrumb chain are also translated, on condition that dimension directory has English translation:

Before example execution:

After executing the example:

See also:

WorkbookView