Free converter
iOS Strings to Android XML Converter
Upload an Apple .strings file or paste its contents to generate Android strings.xml output. The converter reads key-value entries and formats them as Android <string> resources.
Runs locally in your browser. Files are not uploaded to a server.
iOS .strings source
Paste Apple .strings content or upload a file from your device.
Generated Android XML
Copy the result or download it as a ready-to-use Android XML file.
What this tool does
Reads Apple .strings entries
The converter parses `"key" = "value";` lines from your `.strings` file and extracts valid localization entries.
Builds Android resources output
Each iOS strings entry is converted into an Android `<string name="...">...</string>` resource.
Escapes XML-sensitive characters
Special characters are escaped so the generated output is ready to use in Android XML files.