~~Title: Localization ~~ The Icon Set format optionally supports localization of both the icon display names and custom icon category names. To localize your custom icon names, you need to specify one or more `language_map` nodes in the definition XML file. For example, This defines a set containing one icon, with the internal name of “ftpimage” and the default display name of “Upload Image”. This icon is placed in a custom category called “Image”. In English, or any language other than French or German, Opus would display “Upload Image (ftpimage)” as the icon name when hovering over the image in the //Select Icon// dialog. However, thanks to the `language_map` nodes, German users would see “Hochladen Sie dieses Bild (ftpimage)” and French users “Téléchargez cette image (ftpimage).” Additionally, the custom “Image” category would appear as “Bild” in German. The name of the language specified in each `language_map` node must be the same as the name (without extension) of the Language DLL used by Opus, as found in the Languages sub-folder in the program directory.