Difference between revisions of "Documentation/DevGuide/Extensions/Display Name"
From Apache OpenOffice Wiki
< Documentation | DevGuide
m (changed next page) |
m (added links) |
||
| Line 8: | Line 8: | ||
The display name is localized. The description.xml may provide additional names in different languages. The Extension Manager will then choose a language which matches most closely the locale of the office. How this exactly works is explained at [[Documentation/DevGuide/Extensions/Localized XML Elements | Localized XML Elements]]. | The display name is localized. The description.xml may provide additional names in different languages. The Extension Manager will then choose a language which matches most closely the locale of the office. How this exactly works is explained at [[Documentation/DevGuide/Extensions/Localized XML Elements | Localized XML Elements]]. | ||
| + | |||
| + | |||
| + | '''See also''' | ||
| + | *[[Documentation/DevGuide/Extensions/Description of XML Elements#Element /description/display-name|XML description for description.xml]] | ||
| + | *[[Documentation/DevGuide/Extensions/Example|Example of description.xml]] | ||
| + | |||
{{PDL1}} | {{PDL1}} | ||
[[Category:Documentation/Developer's Guide/Extensions]] | [[Category:Documentation/Developer's Guide/Extensions]] | ||
Revision as of 11:36, 30 June 2008
An extension can have a display name. This name is defined in the description.xml. The name is optional. If it is provided then the Extension Manager will show it in the dialog, otherwise the file name will be displayed.
The display name is localized. The description.xml may provide additional names in different languages. The Extension Manager will then choose a language which matches most closely the locale of the office. How this exactly works is explained at Localized XML Elements.
See also
| Content on this page is licensed under the Public Documentation License (PDL). |