Skip to content

Localization Principles

Maurice Parker edited this page Feb 18, 2025 · 1 revision

Keys

  • Keys are used in code rather than English strings.
  • All localized strings must have a comment to explain their purpose.

Key Formats

  • For labels that are static and have no associated action: label.text.string-summary.
  • For button labels or items that have have an action associated: button.text.string-summary.
  • For help text that differs from the the label or the action: help.text.string-summary.
  • For App Intents: titles, descriptions, summaries, and parameters follow a format of intent.title.x, intent.description.x, etc.
Clone this wiki locally