iOS & Swift

iOS Localization Simplified

Translate Localizable.strings, stringsdict, and String Catalog files to 29 languages. Full support for iOS placeholder syntax.

Supported iOS Formats

.strings

Localizable.strings

.stringsdict

Pluralization rules

String Catalog

Xcode 15+

XLIFF

Export from Xcode

Placeholder Protection

Preserves %@, %d, %ld, %1$@, and String(localized:) syntax.

All iOS Formats

.strings, .stringsdict, String Catalog, and XLIFF.

Instant Translation

Translate your entire app in minutes.

Cost Effective

Translation Memory saves up to 90% on updates.

Localizable.strings Translation

Before (en.lproj)

/* Localizable.strings (en) */
"app_name" = "My App";
"welcome_message" = "Welcome, %@!";
"items_count" = "%d items found";
"price_format" = "Price: %1$@ %2$@";

After (de.lproj)

/* Localizable.strings (de) */
"app_name" = "Meine App";
"welcome_message" = "Willkommen, %@!";
"items_count" = "%d Artikel gefunden";
"price_format" = "Preis: %1$@ %2$@";

Full iOS Syntax Support

%@, %d, %ld, %f formatters
%1$@ positional arguments
stringsdict plural rules
String Catalog (xcstrings)
Comments preservation
Key=Value format
Unicode escape sequences
Multiline strings

Ready to Localize Your iOS App?

Join thousands of iOS developers reaching global audiences.