Plumtree Portal UI  
 

PTPersonalSettingsHelper.GetPersonalSettingValue_Locale Method 

This method returns an XPLocale object created from the current user's locale. If that cannot be done, then it returns an XPLocale made from the default locale.

public static XPLocale GetPersonalSettingValue_Locale(
   AActivitySpace _asSpace
);

Parameters

_asSpace
The current Activity Space.

Return Value

The XPLocale.

See Also

PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace