You can localize the names and descriptions of gears using the localized-names and localized-descriptions elements in the gear manifest. Use a separate localized-name and localized-description element for each locale you want to support. For example:

<gear-definition>
  <localized-names>
    <localized-name locale="en_GB">Localised Gear</localized-name>
    <localized-name locale="fr_FR">Gear Sondage</localized-name>
  </localized-names>
   ...
</gear-definition>
 
loading table of contents...