<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Localization</title><link>http://forums.asp.net/151.aspx</link><description>Discuss techniques for localizing content for different languages and locales with ASP.NET.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/3246137.aspx</link><pubDate>Fri, 19 Jun 2009 17:37:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3246137</guid><dc:creator>TheDonSansone</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3246137.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3246137</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;tarim:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a same problem. could you help me fix it please? I don&amp;#39;t know what should I do. need help please? &lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I came across a novel realisation of why this error showed up in my project !!!&amp;nbsp;&amp;nbsp; I&amp;#39;d saved my *.cs file into a different folder - deleted the original because it showed some strange link icon and thought I&amp;#39;d recreate it in my target folder seeing as my solution had no listing of my *.cs file now.&lt;br /&gt;&lt;br /&gt;Sure enough the above definition got me thinking and I did a full search for the name of my .cs file which seemed to have a duplicate somewhere.....&amp;nbsp;&amp;nbsp; I didn&amp;#39;t know Windows XP could have two of the exact same named file in the same folder tree of a project - but it did... so I deleted the older one !&lt;br /&gt;&lt;br /&gt;Talk about learning something new !&amp;nbsp; :-D&lt;br /&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/3217704.aspx</link><pubDate>Mon, 08 Jun 2009 13:05:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3217704</guid><dc:creator>tarim</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3217704.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3217704</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a same problem. could you help me fix it please? I don&amp;#39;t know what should I do. need help please? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/3187816.aspx</link><pubDate>Tue, 26 May 2009 11:35:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3187816</guid><dc:creator>abhishektayade</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3187816.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3187816</wfw:commentRss><description>&lt;p&gt;You just check that you make a duplicate or renamed .aspx file that have refrance to same class,if this is ok then check your global app folder for duplicate resource file. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2594628.aspx</link><pubDate>Tue, 02 Sep 2008 09:35:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2594628</guid><dc:creator>learnerplates</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2594628.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2594628</wfw:commentRss><description>&lt;p&gt;I found some caveats with this localization stuff, mostly with regard to the naming of the files, I&amp;#39;ve documented it here &lt;a href="http://learnerps-dotnet.blogspot.com/2008/08/localization-and-globalization.html#links"&gt;http://learnerps-dotnet.blogspot.com/2008/08/localization-and-globalization.html#links&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2588775.aspx</link><pubDate>Fri, 29 Aug 2008 12:34:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588775</guid><dc:creator>satishambition</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588775.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2588775</wfw:commentRss><description>&lt;p&gt;Hi, I got the reason of this error mesage. I am using the wrong culture name for file. &lt;/p&gt;
&lt;p&gt;Just check the culture name you are using is present or not.&lt;br /&gt;eg. CommonMessages.fe-ex.&lt;/p&gt;
&lt;p&gt;the Fr-ex is not valid culture so the&amp;nbsp;above given errors occured while building the application.&lt;/p&gt;
&lt;p&gt;you can check the supported Culture s from IE-Browser. Tools-Internate Options- Languages-Add languages&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2588038.aspx</link><pubDate>Fri, 29 Aug 2008 07:09:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588038</guid><dc:creator>jack360</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588038.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2588038</wfw:commentRss><description>I also have the same problem anyone run into a solution?&lt;br /&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2543655.aspx</link><pubDate>Thu, 07 Aug 2008 15:42:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2543655</guid><dc:creator>learnerplates</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2543655.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2543655</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have the same issue even thought the procedure is described here http://msdn.microsoft.com/en-us/library/fw69ke6f(VS.80).aspx&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2118470.aspx</link><pubDate>Fri, 18 Jan 2008 17:33:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2118470</guid><dc:creator>david wendelken</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2118470.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2118470</wfw:commentRss><description>&lt;p&gt;I work with a 3rd party framework that uses resource files to handle multi-lingual issues.&lt;/p&gt;
&lt;p&gt;They arrange things a different way.&lt;/p&gt;
&lt;p&gt;All the resource files have the exact same name.&amp;nbsp; The &amp;quot;default&amp;quot; resource file is in the regular resources directory, and each language is in a language sub-directory below it.&amp;nbsp; The sub-directory name is the language/culture code, i.e., ca-ES, da, de, es, es-ES, fr, hr, it, and so forth.&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2117121.aspx</link><pubDate>Fri, 18 Jan 2008 05:34:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2117121</guid><dc:creator>satishambition</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2117121.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2117121</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First only One Resource file is present in the App_GlobalResources &amp;nbsp;Folder. eg: &lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;CommonMessages.resx &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;then we Programitically create the another file for different culture eg: &amp;nbsp;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;CommonMessages.sv-SE.resx&amp;nbsp; and copies the file to the App_GlobalResources folder &lt;br /&gt;&lt;br /&gt;Now there are two files&amp;nbsp; &lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;CommonMessages.resx&amp;nbsp; and&amp;nbsp;&amp;nbsp;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;CommonMessages.sv-SE.resx&amp;nbsp; with diferent&amp;nbsp; names.&lt;br /&gt;&lt;br /&gt;When compliling the Application&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&amp;nbsp;&amp;nbsp; we get the error Given above.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;so what&amp;#39;s the reason&amp;nbsp; for occuring this error.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;
&lt;div&gt;Thanks for your help&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2115503.aspx</link><pubDate>Thu, 17 Jan 2008 14:56:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2115503</guid><dc:creator>Suprotim Agarwal</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2115503.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2115503</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Welcome to the ASP.NET forums.&lt;/p&gt;
&lt;p&gt;How many resx files do you have in your App_Global folder? If you have more than one resx file in your App_Global, try renaming the other one (to let us say Resource.resx_old). &lt;/p&gt;
&lt;p&gt;See if that solves your problems&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;HTH,&lt;br /&gt;Suprotim Agarwal&lt;/p&gt;
&lt;p&gt;-----&lt;br /&gt;&lt;a href="http://www.dotnetcurry.com/"&gt;http://www.dotnetcurry.com&lt;/a&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2115502.aspx</link><pubDate>Thu, 17 Jan 2008 14:56:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2115502</guid><dc:creator>david wendelken</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2115502.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2115502</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m guessing you have two entries in the same resource file with the key of CommonMessages.&lt;/p&gt;</description></item><item><title>The namespace 'Resources' already contains a definition for</title><link>http://forums.asp.net/thread/2114815.aspx</link><pubDate>Thu, 17 Jan 2008 10:04:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2114815</guid><dc:creator>satishambition</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2114815.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2114815</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am working with .net2.0 Resource Files(Resx). &lt;br /&gt;&amp;nbsp;after coping the Colture specific file in the App_GlobalResources and compiling I got the following error message.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. &lt;/p&gt;
&lt;p&gt;Compiler Error Message: CS0101: The namespace &amp;#39;Resources&amp;#39; already contains a definition for &amp;#39;CommonMessages&amp;#39;&lt;/p&gt;
&lt;p&gt;Source Error:&lt;/p&gt;
&lt;p&gt;Line 24:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]&lt;br /&gt;Line 25:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]&lt;br /&gt;Line 26:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class CommonMessages {&lt;br /&gt;Line 27:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Line 28:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private static global::System.Resources.ResourceManager resourceMan;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;I don&amp;#39;t know why it happens?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>