localization-strategy
Localization and internationalization strategy for iOS/macOS apps. Covers market prioritization, language tier recommendations, minimum viable localization levels, translation workflows, cultural adaptation, localized ASO, and testing. Use when planning localization, expanding to new markets, deciding which languages to support, or planning translation workflow.
What this skill does
# Localization Strategy End-to-end localization planning for Apple platform apps — from market prioritization through translation workflow to localized App Store optimization. ## When This Skill Activates Use this skill when the user: - Wants to localize their app for new markets - Asks "which languages should I support?" - Needs help deciding market expansion priorities - Wants to plan a translation workflow - Asks about internationalization (i18n) best practices - Mentions "localization", "translation", "multi-language", or "global markets" - Wants to understand localization ROI by language - Needs cost estimates for translation - Asks about right-to-left (RTL) layout support - Wants to localize App Store metadata (title, description, keywords, screenshots) ## Process ### Phase 1: Market Prioritization Framework Not all languages are equal. Prioritize by revenue potential, not just speaker count. #### Revenue Potential by Language Based on App Store revenue data and per-user spending patterns: | Language | Relative Revenue Potential | Why | |----------|---------------------------|-----| | English | Baseline (1.0x) | Largest single market, highest per-user spend | | Japanese | 0.8-1.2x | Extremely high willingness to pay, especially for subscriptions | | Chinese (Simplified) | 0.6-0.9x | Massive volume, growing per-user spend, competitive market | | German | 0.4-0.6x | High per-user spend, values quality and privacy | | French | 0.3-0.5x | Large market across France, Canada, Africa | | Korean | 0.3-0.5x | Tech-savvy users, high app spending per capita | | Spanish | 0.3-0.4x | Huge population, lower per-user spend, growing market | | Portuguese (Brazilian) | 0.2-0.4x | Large market, mobile-first users, growing economy | **Key insight:** Japanese and German users often pay 2-3x more per user than Spanish or Portuguese users. Volume vs. value is the fundamental tradeoff. #### Category-Specific Priorities App category changes which languages to prioritize first: | App Category | Prioritize First | Why | |--------------|-----------------|-----| | Productivity / Business | Japanese, German, French | High willingness to pay for tools | | Games | Japanese, Korean, Chinese Simplified | Gaming culture, high IAP spend | | Social / Communication | Spanish, Portuguese, French | Large connected populations | | Health / Fitness | German, Japanese, Korean | Health-conscious, high-spend markets | | Education / Kids | Chinese Simplified, Japanese, Spanish | Education investment culture | | Creative Tools | Japanese, German, French | Creative professional markets | | Finance / Budgeting | German, French, Japanese | Financial discipline culture | | Developer Tools | Japanese, Chinese Simplified, Korean | Large developer populations | #### Factors to Evaluate For each potential language/market, assess: | Factor | Questions to Ask | |--------|-----------------| | Market size | How many potential users in this language? | | Willingness to pay | Do users in this market pay for apps or expect free? | | Competition level | How many localized competitors exist? Less = more opportunity | | Localization cost | How expensive is professional translation for this language? | | Cultural distance | How much adaptation beyond translation is needed? | | Support burden | Can you handle support inquiries in this language? | | App Store presence | Is the App Store well-established in this market? | Use AskUserQuestion to gather the user's app category, current markets, and budget constraints before making recommendations. ### Phase 2: Language Tier Recommendations #### Tier 1 — Highest ROI (Localize First) | Language | Key Market | Estimated Revenue Lift | |----------|-----------|----------------------| | Japanese (ja) | Japan | +15-30% (high per-user value) | | Chinese Simplified (zh-Hans) | China, Singapore | +10-25% (massive volume) | | German (de) | Germany, Austria, Switzerland | +8-15% (high per-user spend) | | French (fr) | France, Canada, Belgium, Africa | +8-15% (wide geographic reach) | | Korean (ko) | South Korea | +5-12% (tech-savvy, high spend) | **Recommendation:** Localize into 2-3 Tier 1 languages first. Expected combined revenue lift: 20-50%. #### Tier 2 — Good ROI (Localize Second) | Language | Key Market | Estimated Revenue Lift | |----------|-----------|----------------------| | Spanish (es) | Spain, Latin America, US Hispanic | +5-10% | | Portuguese (pt-BR) | Brazil | +4-8% | | Italian (it) | Italy | +3-6% | | Dutch (nl) | Netherlands, Belgium | +2-4% | | Russian (ru) | Russia, CIS countries | +3-6% | **Recommendation:** Add Tier 2 after Tier 1 languages prove ROI. Expected per-language lift: 3-8%. #### Tier 3 — Volume Play (Localize for Scale) | Language | Key Market | Notes | |----------|-----------|-------| | Arabic (ar) | Middle East, North Africa | RTL support required — higher dev cost | | Turkish (tr) | Turkey | Growing mobile market | | Hindi (hi) | India | Massive volume, very low per-user spend | | Thai (th) | Thailand | Mobile-first market | | Vietnamese (vi) | Vietnam | Fast-growing app market | | Polish (pl) | Poland | Central European hub | **Recommendation:** Tier 3 is for apps that already have strong Tier 1 and Tier 2 performance and want maximum global reach. ### Phase 3: Minimum Viable Localization Levels Not every language needs full localization on day one. Start small, measure, then invest. #### Level 0: Metadata-Only **What you localize:** - App Store title and subtitle - App Store description - App Store keywords - Screenshots (text overlays and captions) - Promotional text **What stays in English:** - All in-app UI - Help/support content - Push notification text **Cost:** $100-300 per language (professional translation of ~500 words) **Effort:** 1-2 days per language **Best for:** Testing whether a market responds before investing further **Why this works:** Users search the App Store in their language. Localized metadata means your app appears in local searches. Many users worldwide are comfortable with English UI but discover apps through local search terms. #### Level 1: Metadata + UI Strings **What you localize:** - Everything in Level 0 - All user-facing strings (Xcode String Catalogs export) - Date/time/number format adaptation - System alerts and error messages **What stays in English:** - In-app content (help articles, onboarding guides) - Marketing materials - Support communication **Cost:** $500-3,000 per language (depending on string count) **Effort:** 1-2 weeks per language (including QA) **Best for:** Languages that showed strong Level 0 results #### Level 2: Full Localization **What you localize:** - Everything in Level 1 - In-app content (onboarding, tutorials, help text) - Marketing website and materials - Customer support in-language - Legal documents (privacy policy, terms of service) - Push notifications and emails **Cost:** $3,000-10,000+ per language **Effort:** 3-6 weeks per language **Best for:** Top 1-2 markets by revenue, when the language represents >15% of revenue #### Recommended Approach ``` Step 1: Ship Level 0 for 2-3 Tier 1 languages Step 2: Measure downloads and revenue lift per language (4-6 weeks) Step 3: Invest in Level 1 for languages that showed >5% download lift Step 4: Invest in Level 2 only for markets generating >15% of total revenue ``` This approach limits risk. If Japanese Level 0 doesn't move the needle, you saved yourself $2,000+ in translation costs. ### Phase 4: Translation Workflow #### Xcode String Catalogs Starting with Xcode 15, String Catalogs (.xcstrings) are the standard localization format. **Export workflow:** 1. Ensure all user-facing strings use `String(localized:)` or `LocalizedStringResource` 2. Build the project — Xcode auto-discovers strings 3. Open the `.xcstrings` file to see all strings with translation status 4. Export: Product > Export Localizations (creates .xcloc bundles) 5. Send .xcloc files to translators 6. Import: Prod
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.