:: com :: sun :: star :: lang ::

interface XServiceDisplayName

Methods' Summary
getServiceDisplayName returns the display name of the service for a given language.  
Methods' Details
getServiceDisplayName
string
getServiceDisplayName( [in] Locale  aLocale );

Description
returns the display name of the service for a given language.

The caller may specify a Locale for the preferred language of the resulting string. However, if that locale is not supported the resulting string may be given in a different language. Usually this should be English.

Parameter aLocale
the preferred language for the resulting display name.
Returns
the string to be used for the service in displays.
Top of Page