<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Localization on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/localization/</link><description>Recent content in Localization on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 25 Jan 2010 05:17:00 +0100</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/localization/index.xml" rel="self" type="application/rss+xml"/><item><title>MSB3105: Duplicate ressource parameter</title><link>http://blog.marko-apfel.de/posts/msb3105-duplicate-ressource-parameter/</link><pubDate>Mon, 25 Jan 2010 05:17:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/msb3105-duplicate-ressource-parameter/</guid><description>&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;error MSB3105: The item &amp;#34;BALoginForm.resources&amp;#34; was specified more than once in the &amp;#34;Resources&amp;#34; parameter.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Duplicate items are not supported by the &amp;#34;Resources&amp;#34; parameter.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="reason"&gt;Reason&lt;/h2&gt;
&lt;p&gt;We use two custom cultures to divide between UIs for two customers. At the machine with this error only one custom culture was installed.&lt;/p&gt;</description></item><item><title>Visual Studio Error: The item "*.resources" was specified more than once in the "Resources" parameter.</title><link>http://blog.marko-apfel.de/posts/visual-studio-error-the-item-resources-was-specified-more-than-once-in-the-resources-parameter/</link><pubDate>Fri, 30 Oct 2009 09:58:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/visual-studio-error-the-item-resources-was-specified-more-than-once-in-the-resources-parameter/</guid><description>&lt;p&gt;Full error message in Visual Studio output window:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The item `*.resources` was specified more than once in the &amp;#34;Resources&amp;#34; parameter. Duplicate items are not supported by the &amp;#34;Resources&amp;#34; parameter.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;I saw this error on context of custom cultures usage. The compiling machine does not have a project used custom culture registered.&lt;/p&gt;</description></item><item><title>Nice tools for I18N</title><link>http://blog.marko-apfel.de/posts/nice-tools-for-i18n/</link><pubDate>Mon, 19 Oct 2009 06:43:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/nice-tools-for-i18n/</guid><description>&lt;p&gt;&lt;a href="http://www.codeplex.com/ResourceRefactoring"&gt;Resource Refactoring Tool&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;a nice tool under Visual Studio 2005 - but with Visual Studio 2008 a lot of peoples (including me) have troubles :-(&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.jollans.com/tiki/tiki-index.php"&gt;Multi-Language Add-In for Visual Studio&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;must be evaluated - looks fine&lt;/p&gt;</description></item><item><title>Multilanguage with C#</title><link>http://blog.marko-apfel.de/posts/multilanguage-with-c-sharp/</link><pubDate>Sat, 01 Nov 2008 10:11:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/multilanguage-with-c-sharp/</guid><description>&lt;p&gt;The .NET-Frameworks offers a good support for application which needs to be localizable.
For each of my C#-projects i create three resources under the properties-folder.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Resource&lt;/th&gt;
					&lt;th&gt;Description&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;Images.resx&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;contains images for the application &lt;!-- raw HTML omitted --&gt; (mostly not needed to be localized, only for simple resource-access)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;Messages.resx&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;contains strings of messages for users &lt;!-- raw HTML omitted --&gt; (such as contents of MessageBoxes)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;Resources.resx&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;(normally created from VS by default) &lt;!-- raw HTML omitted --&gt; contains GUI-relevant stuff (such as label- and button-texts)&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;For this example we use a simple message text in Messages.resx. The name of the localizable message text is MsgSampleText.
&lt;img src="https://web.archive.org/web/20090203002049id_/http://marko.apfel.googlepages.com/EsriDe.Samples.Localization.02.png" alt="Screenshot for Multilanguage with C#" loading="lazy" decoding="async"&gt;&lt;/p&gt;</description></item></channel></rss>