Class pvr.controller.localization.LocalizationManager

Provides the locale setting of the current user.

All pvr and pvd components use the pvr.controller.localization.LocalizationManager object to determine the locale setting of the current user.


Defined in: <pvr\controller\localization\LocalizationManager.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
locale 
The current user's locale.

Constructor Detail

pvr.controller.localization.LocalizationManager()

Field Detail

locale

The current user's locale. By default, the value is dojo.locale. However, during application initialization, your application can set the locale to another constant value if needed.