Android XML String Exporter is useful when you need to generate .xml
resource files for your Android from your Crowdin project strings. This localization approach is often used when translating one application built for several platforms. For example, you can have an app for Android, iOS and Web platforms. Most of your strings are shared, but platforms can also have their own strings.
To implement this translation strategy with Crowdin, you need to upload your strings from all your platforms to the Crowdin project, then create Bundles and use exporters to build resource files for every platform.
Bundles can then be downloaded via Crowdin UI, API or even delivered to your consumers via Crowdin OTA.
Android XML String Exporter does not require a configuration. After installing it, you can create bundles with this app as an exporter.
Feature | Value |
---|---|
File Extension | .xml |
API Type | android |
System | Yes |
Supports pluralization | Yes |
Configurable | No |
Handles Crowdin Unified Placeholders | Yes |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="identifier_1">翻訳のための文字列 1</string>
<string name="identifier_2">翻訳用文字列 2</string>
<string name="identifier_3">翻訳のための文字列 3</string>
<string name="identifier_4">String for translation 4</string>
<string name="identifier_5"> 翻訳5の文字列</string>
<string name="apples_count"></string>
</resources>
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on Dec 29, 2022
Updated on Aug 14, 2023
Published by Crowdin
Identifier:android-string-exporter