<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>locale Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/locale/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/locale/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Fri, 01 Nov 2024 17:49:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Localization of Android Apps</title>
		<link>https://creatronix.de/localization-of-android-apps/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 14:14:46 +0000</pubDate>
				<category><![CDATA[Android & iOS development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[localization]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=3690</guid>

					<description><![CDATA[<p>If you want to add another language for your app do the following Create a new folder e.g. app/src/main/res/values-de Add strings.xml into this folder Translate the content The cool thing about translation in android is that you can do it incrementally: when there is no translation for a string resource in a locale Android will&#8230;</p>
<p>The post <a href="https://creatronix.de/localization-of-android-apps/">Localization of Android Apps</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you want to add another language for your app do the following</p>
<ul>
<li>Create a new folder e.g. app/src/main/res/<strong>values-de</strong></li>
<li>Add strings.xml into this folder</li>
<li>Translate the content</li>
</ul>
<p>The cool thing about translation in android is that you can do it incrementally: when there is no translation for a string resource in a locale Android will automagically use the value from /res/<strong>values/strings.xml</strong></p>
<p>The post <a href="https://creatronix.de/localization-of-android-apps/">Localization of Android Apps</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
