Android XML String Exporter Free
ByCrowdinVerified Author

Export files as .xml regardless of your source file format

Try Crowdin

What is Android XML String Exporter?

Copy link

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.

Configuring Android XML String Exporter

Copy link

Android XML String Exporter does not require a configuration. After installing it, you can create bundles with this app as an exporter.

Features

Copy link
Feature Value
File Extension .xml
API Type android
System Yes
Supports pluralization Yes
Configurable No
Handles Crowdin Unified Placeholders Yes

Sample File

Copy link
<?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 More
Categories
File Formats
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on Dec 29, 2022

Updated on Aug 14, 2023

Published by Crowdin

Identifier:android-string-exporter