You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Event Handling > propertiesChanged

8.35 propertiesChanged

on.propertiesChanged(propertiesTable)

This routine is called on property changes. Currently all property changes are propagated as unsolicited events. Future API level may require registration for certain properties.

Property

Data Format

Description

’locale’

language code, same as

locale.name()

Provides the language selected if changed by the user (only supported on the family of handhelds)

Introduced in platform.apiLevel = '2.2'