Plumtree Portal UI  
 

PTPersonalSettingsHelper.IsLocaleSupported Method 

This method determines whether or not the supplied locale matches one of the languages that this server can actually display.

public static bool IsLocaleSupported(
   string strLocale,
   XPResourceManager rm
);

Parameters

strLocale
rm

Return Value

true implies the locale is supported

See Also

PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace