DeviceCloud
Console UIMaestro DocsDiscord
  • Welcome to DeviceCloud
  • Getting Started
    • Quick Start
    • API Keys
    • Executing Flows
    • Limits
    • Upgrade Guide
    • Device Configuration
  • CI/CD Integration
    • Overview
    • GitHub Actions
    • BitRise
    • Any CI
    • Status API
  • Reference
    • Test Execution
    • App Management
    • Environment Variables
    • Device Orientation
    • Device Locale
    • Async Execution
    • Retry Strategies
    • Report Formats
    • Download Artifacts
    • Quiet Mode
    • Maestro Versions
    • Test Run Name
    • Google Play APIs
    • Email Notifications
    • Exit Codes
    • Runner Type
  • Infrastructure & Security
    • IP Addresses
    • Security Overview
    • IT Security Policies
    • Enterprise SSO
  • Legal
    • Service Level Agreements
    • Open Source Notices
    • Privacy Policy
    • Terms and Conditions
    • Refund Policy
Powered by GitBook
On this page
  • Format
  • Usage
  • Common Locales
  • European
  • Asian
  • RTL

Was this helpful?

Edit on GitHub
  1. Reference

Device Locale

Set device language and region for localization testing.

Format

{language_code}_{COUNTRY_CODE}

  • Language: ISO-639-1 (lowercase)

  • Country: ISO-3166-1 (uppercase)

Usage

# German
dcd cloud ... --device-locale de_DE

# With device selection
dcd cloud ... --android-device pixel-6 --device-locale ja_JP

Common Locales

European

  • en_GB: English (UK)

  • de_DE: German

  • fr_FR: French

  • it_IT: Italian

Asian

  • zh_CN: Chinese

  • ja_JP: Japanese

  • ko_KR: Korean

RTL

  • ar_SA: Arabic

  • he_IL: Hebrew

PreviousDevice OrientationNextAsync Execution

Last updated 3 months ago

Was this helpful?