<?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>How to create a multilingual application without database(.MDF file)</title><link>http://forums.asp.net/thread/3536462.aspx</link><pubDate>Fri, 27 Nov 2009 18:37:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3536462</guid><dc:creator>kka_anand</dc:creator><author>kka_anand</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3536462.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3536462</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have developed a multilingual application using asp.net (v 2.0) and it is working fine. The problem is when I generate the resource file by&amp;nbsp;using Visula Studio 2005 designer surface&amp;nbsp;&amp;gt;&amp;gt; &lt;span&gt;Tools &amp;gt;&amp;gt; Generate Local Resource, it is&amp;nbsp;generating an MDF file in the App_Data folder which i do not want to generate. I have installed SqlServer 2005 installed on my machine. so, when I run the application it works fine. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When I moved the source code to another machine/server where there is no sql server installed, the application is not working. I want the application should point to resource files not to the database. I removed the MDF file and executed the application, it&amp;#39;s not working.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;can anyone help me to solve this problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks in advance&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;kamal&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to change multiple currencies to money sql datatype?</title><link>http://forums.asp.net/thread/3534720.aspx</link><pubDate>Thu, 26 Nov 2009 16:37:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3534720</guid><dc:creator>bank5</dc:creator><author>bank5</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3534720.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3534720</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m allowing people from multiple countries to enter prices into my web application. &amp;nbsp;I need to store the value of the field as money datatype in my database. &amp;nbsp;&lt;/p&gt;&lt;p&gt;So if someone enters: $1,234.56 the database value would be 1234.56&lt;/p&gt;&lt;p&gt;If someone enters: €1.234,56 the database value would be 1234.56&lt;/p&gt;&lt;p&gt;Or is someone enters kr 1.234 the database value would be 1234.00&lt;/p&gt;&lt;p&gt;Basically, I&amp;#39;d like to change the Globalization.Cultureinfo to &amp;quot;en-US&amp;quot; and then remove the &amp;quot;$&amp;quot;. &amp;nbsp;Is there an easy way to do this? &amp;nbsp;&lt;/p&gt;</description></item><item><title>how to receive Chinese Characters from text boxes?</title><link>http://forums.asp.net/thread/3536851.aspx</link><pubDate>Sat, 28 Nov 2009 07:18:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3536851</guid><dc:creator>anguswong</dc:creator><author>anguswong</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3536851.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3536851</wfw:commentRss><description>&lt;p&gt;hi all, i m having problem receiving chinese characters from textbox. the chinese characters are encoded in &amp;quot;Big5&amp;quot;(traditional chinese character) or of code page number = 950 or 936(simplified chinese)&amp;nbsp;&lt;/p&gt;&lt;p&gt;does anyone know how to deal with that problem?&amp;nbsp;&lt;/p&gt;</description></item><item><title>CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern -- Not Working in WebApplication</title><link>http://forums.asp.net/thread/3532351.aspx</link><pubDate>Wed, 25 Nov 2009 13:02:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3532351</guid><dc:creator>hardikvaishnav</dc:creator><author>hardikvaishnav</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3532351.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3532351</wfw:commentRss><description>&lt;p&gt;Hi All&lt;br /&gt; &lt;br /&gt;
How to get the Current DateFormat based on the regional settings.&lt;br /&gt;
The following statment is giving right data when it is windows based&lt;br /&gt;
application, but when I try the same in Web application I&amp;#39;m not getting the&lt;br /&gt;
expected result.&lt;br /&gt; &lt;br /&gt;
It is only showing the this format :&amp;quot;M/d/yyyy&amp;quot;.&lt;br /&gt; &lt;br /&gt;
&amp;quot;System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern&amp;quot;&lt;br /&gt; &lt;br /&gt;
lblDate.Text = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern()&lt;br /&gt; &lt;br /&gt;
Any help on this highly appreciated.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problem Set a Culture at Runtime for User Control</title><link>http://forums.asp.net/thread/3536215.aspx</link><pubDate>Fri, 27 Nov 2009 15:07:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3536215</guid><dc:creator>mohsendeveloper</dc:creator><author>mohsendeveloper</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3536215.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3536215</wfw:commentRss><description>&lt;p&gt;Hi;&lt;/p&gt;
&lt;p&gt;I have a&amp;nbsp;user control in my page,while me &amp;nbsp;for example select&amp;nbsp;en-US Item&amp;nbsp;from DropDownList&amp;nbsp;&amp;nbsp;culture not changed.&lt;/p&gt;
&lt;p&gt;code_behind:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;protected &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;override&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; InitializeCulture(){&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; Language=&lt;/font&gt;&lt;font size="2"&gt;Request.Form[&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Grid1$LanguageDropDown&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;];&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.IsNullOrEmpty(Language)){&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Language=&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;en-US&amp;quot;&lt;/font&gt;&lt;/font&gt;;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;.Culture = Language;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;.UICulture = Language;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;}&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;else{&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (Language == &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;){&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;fr-FR&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;Language = &lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;en-US&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;CultureInfo&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; Culture = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; System.Globalization.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;CultureInfo&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(Language);&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Thread&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.CurrentThread.CurrentCulture = Culture;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Thread&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.CurrentThread.CurrentUICulture = Culture;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;base&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.InitializeCulture();&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;}&lt;/p&gt;
&lt;p&gt;why&amp;nbsp;not change&amp;nbsp;culture?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,mohsen&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Implicit Localization control binding</title><link>http://forums.asp.net/thread/3535942.aspx</link><pubDate>Fri, 27 Nov 2009 11:33:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3535942</guid><dc:creator>Jedi302</dc:creator><author>Jedi302</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3535942.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3535942</wfw:commentRss><description>&lt;p&gt;hi. i have tried this several times and i cant get it to work with Implicit Localization control binding. &lt;/p&gt;&lt;p&gt;like this&lt;/p&gt;&lt;p&gt;Resource file: litTest.Text - some value.... and i get a warning like the resource name &amp;quot;litTest.Text&amp;quot; is not a valid identifyer.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;on my control i do like this:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt;&amp;lt;asp:Literal ID=&amp;quot;litTest&amp;quot; runat=&amp;quot;server&amp;quot; meta:resourcekey=&amp;quot;litTest&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; i dont get the meta as intellisense either.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;anybody got any ideas. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;my example is straight from &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms227427.aspx"&gt;msdn&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Web.sitemap</title><link>http://forums.asp.net/thread/3533611.aspx</link><pubDate>Thu, 26 Nov 2009 03:52:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3533611</guid><dc:creator>thuhue</dc:creator><author>thuhue</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3533611.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3533611</wfw:commentRss><description>&lt;p&gt;Please kindly advise, with code examples, &amp;nbsp;how to apply globalization/localization to Web.sitemap.&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;</description></item><item><title>multilanguage and master page</title><link>http://forums.asp.net/thread/3525535.aspx</link><pubDate>Sat, 21 Nov 2009 12:50:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3525535</guid><dc:creator>reven_gr</dc:creator><author>reven_gr</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3525535.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3525535</wfw:commentRss><description>&lt;p&gt;hi there,&lt;/p&gt;&lt;p&gt;i want to make a multilanguage web site that has a master page and several content pages.&lt;/p&gt;&lt;p&gt;i have managed to apply multilanguage to the content pages with resources files like default.aspx.en-us.resx&lt;/p&gt;&lt;p&gt;but i dont know how to do it at master page since it does allow me to use culture at the master tag.&lt;/p&gt;&lt;p&gt;can anyone help on that?&lt;/p&gt;&lt;p&gt;is there a way to use a single resource file for all content pages and not one for each page?&lt;/p&gt;&lt;p&gt;any ideas?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Server Error in '/Globlization' Application</title><link>http://forums.asp.net/thread/3527490.aspx</link><pubDate>Mon, 23 Nov 2009 09:31:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3527490</guid><dc:creator>mohbat</dc:creator><author>mohbat</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3527490.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3527490</wfw:commentRss><description>&lt;h2&gt;&lt;i&gt;Culture &amp;#39;hi&amp;#39; is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread&amp;#39;s current culture.&lt;/i&gt; &lt;/h2&gt;</description></item><item><title>globalization help??</title><link>http://forums.asp.net/thread/3527138.aspx</link><pubDate>Mon, 23 Nov 2009 06:31:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3527138</guid><dc:creator>.net_junkie</dc:creator><author>.net_junkie</author><slash:comments>10</slash:comments><comments>http://forums.asp.net/thread/3527138.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3527138</wfw:commentRss><description>&lt;p&gt;hi all im new to globalization topic i want to translate my webpage into french just i found some examples on google but they dint help me.I have created globalresource folder and localresources folder and i have given name and value my page name is default.aspx.fr.resx.but i dint find any change the lables are occuring in english only can anyone help me?? where i am wrong??even i changed page uiculture to auto.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Localization in RSS Handler</title><link>http://forums.asp.net/thread/3530108.aspx</link><pubDate>Tue, 24 Nov 2009 13:47:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3530108</guid><dc:creator>CRLord</dc:creator><author>CRLord</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3530108.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3530108</wfw:commentRss><description>&lt;p&gt;I&amp;nbsp;have an .ashx&amp;nbsp;page that I am using to create an RSS feed in .NET 3.5. I need to localize some of the text in the title and description, but I cannot see any way of doing that. It does not appear that the .ashx pages have access to the .resx files. I guess this makes sense since i doubt an RSS feed reader will pass the localization information like a browser would. Has anyone done anything to accomplish this?&lt;/p&gt;</description></item><item><title>How to display the Japanese Characters correctly with response encoding as "Windows-1252"</title><link>http://forums.asp.net/thread/3523695.aspx</link><pubDate>Fri, 20 Nov 2009 10:26:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3523695</guid><dc:creator>sivanand_v</dc:creator><author>sivanand_v</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3523695.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3523695</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I want to display the Japanese Characters correctly with response encoding as &amp;quot;Windows-1252&amp;quot; but i am always ending up with &amp;quot;???&amp;quot;.&lt;/p&gt;&lt;p&gt;Below is the code which i tried.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Response.ContentEncoding = System.Text.Encoding.GetEncoding(&amp;quot;Windows-1252&amp;quot;);&lt;br /&gt;Response.Charset = &amp;quot;SHIFT_JIS&amp;quot;;&lt;/p&gt;&lt;p&gt;Below is the code which i am using to create the control dynamically.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Label l = new Label();&lt;br /&gt;l.Text = &amp;quot;少々お待ちください。システ&amp;quot;;&lt;br /&gt;l.ID = &amp;quot;label2&amp;quot;;&lt;br /&gt;this.Page.Form.Controls.Add(l);&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to create website of Localize resources in ASp.net</title><link>http://forums.asp.net/thread/3525466.aspx</link><pubDate>Sat, 21 Nov 2009 11:28:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3525466</guid><dc:creator>mohbat</dc:creator><author>mohbat</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3525466.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3525466</wfw:commentRss><description>&lt;p&gt;How to create website of Localize resources in ASp.net&lt;/p&gt;</description></item><item><title>help </title><link>http://forums.asp.net/thread/3528691.aspx</link><pubDate>Mon, 23 Nov 2009 20:15:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3528691</guid><dc:creator>PC king</dc:creator><author>PC king</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3528691.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3528691</wfw:commentRss><description>&lt;p&gt;i uploaded my app to server but there&amp;#39;s problim in language i puted this code to web.config&lt;/p&gt;&lt;p&gt;&amp;lt;globalization requestEncoding=&amp;quot;windows-1256&amp;quot; responseEncoding=&amp;quot;windows-1256&amp;quot; fileEncoding=&amp;quot;windows-1256&amp;quot; culture=&amp;quot;ar-sa&amp;quot; uiCulture=&amp;quot;ar-sa&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;it&amp;#39;s works but just when i insert data from Control such like datalist.. dataview &lt;/p&gt;&lt;p&gt;but from textbox which i use code behind data saves as &amp;#39;?????&amp;#39; &lt;/p&gt;&lt;p&gt;who can help me ??&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How Created Localization in DropDownList and Gridview in Asp.net</title><link>http://forums.asp.net/thread/3527428.aspx</link><pubDate>Mon, 23 Nov 2009 09:12:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3527428</guid><dc:creator>mohbat</dc:creator><author>mohbat</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3527428.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3527428</wfw:commentRss><description>&lt;p&gt;Plz send me Video of &amp;nbsp;Localization in DropDownList and Gridview&amp;nbsp;using Asp.net&lt;/p&gt;</description></item><item><title>Importing and exporting csv with local langauage support</title><link>http://forums.asp.net/thread/3203315.aspx</link><pubDate>Tue, 02 Jun 2009 01:42:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3203315</guid><dc:creator>jgabriel</dc:creator><author>jgabriel</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3203315.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3203315</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have an application which needs to support different countries, I was thinking on setting the current cultureinfo based on the user&amp;#39;s country, would it affect the default encoding used in the streamreader/streamwriter? If not then I could just get the encoding from the cultureinfo.&lt;/p&gt;&lt;p&gt;&amp;nbsp;But my real problem is that the users would try to open the csv file by double-clicking it, if so excel ain&amp;#39;t reading the file correctly and doesn&amp;#39;t correctly show for example japanese characters, another is that after they save it with excel it is converted to tab delimited, which my application doesn&amp;#39;t support. Any idea how can I handle this. Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Globalization problem when binding decimal</title><link>http://forums.asp.net/thread/3523859.aspx</link><pubDate>Fri, 20 Nov 2009 12:13:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3523859</guid><dc:creator>tin7</dc:creator><author>tin7</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3523859.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3523859</wfw:commentRss><description>&lt;p&gt;Perhaps this is not a localization question, but I have a problem concerning globalization settings.&lt;/p&gt;&lt;p&gt;I&amp;#39;m developing a web app on my laptop using the ASP.NET Development server on XP pro with regional settings set to &amp;quot;en-US&amp;quot;.&lt;/p&gt;&lt;p&gt;I don&amp;#39;t have any specific Globalization section in my web config, and am not setting any globalization settings when processing the pages.&lt;/p&gt;&lt;p&gt;I have a formview tied through an ObjectDataSource to my database.&amp;nbsp; On this formview I have a textbox which is bound to a property of type decimal.&lt;/p&gt;&lt;p&gt;Everything works fine, in my EditItemTemplate, the value gets displayed with a &amp;quot;.&amp;quot; as my decimal separator, I can change the numeric value and do an update on the formview and the correct new value gets stored in the database.&lt;/p&gt;&lt;p&gt;Now for the problem... when I move this application to my Desktop PC (which also has regional settings set to &amp;quot;en-US&amp;quot;, and also XP Pro SP2), and access the page through IIS, the value displayed uses a &amp;quot;,&amp;quot; as the decimal separator.&amp;nbsp; If I try to update the field, I get an &amp;quot;Input string was not in a correct format &amp;quot; exception, but if I change the &amp;quot;,&amp;quot; to &amp;quot;.&amp;quot; it works fine.&amp;nbsp; This pc was initially installed with a different regional setting, so perhaps there is something leftover somewhere where it is picking up the setting from, but even so, shouldn&amp;#39;t the bind be working both ways? How come, when it is displaying the data into the EditItemTemplate it is using one seperator, but when updating it expects another?&lt;/p&gt;&lt;p&gt;Another question is, where does IIS, or .NET, pick up these settings from in absence of specific globalization settings defined by the app?&lt;/p&gt;&lt;p&gt;If anyone can shed a light on this, please help.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Tin&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Multiple language web site</title><link>http://forums.asp.net/thread/3526116.aspx</link><pubDate>Sun, 22 Nov 2009 06:41:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3526116</guid><dc:creator>thuhue</dc:creator><author>thuhue</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3526116.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3526116</wfw:commentRss><description>&lt;p&gt;Is there somewhere a starter kit, sample template, or project that&amp;nbsp;can render multiple language on a web site? The user would only need to click on one of the several buttons&amp;nbsp;saying &amp;quot;English&amp;quot;, &amp;quot;Francais&amp;quot;, &amp;quot;Espanol&amp;quot;, etc...&amp;nbsp;to see the&amp;nbsp;complete site rendered in the language selected. Thanks for any help.&lt;/p&gt;</description></item><item><title>Formatting strings - what the heck!</title><link>http://forums.asp.net/thread/3526373.aspx</link><pubDate>Sun, 22 Nov 2009 14:59:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3526373</guid><dc:creator>higgsy</dc:creator><author>higgsy</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3526373.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3526373</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I&amp;#39;m developing a website that displays different prices and currencies for products. I&amp;#39;m having a problem formatting currencies from within a repeater.&lt;/p&gt;&lt;p&gt;As a test, i added this code to the Page_load routine...&lt;/p&gt;&lt;p&gt;oCurrCulture = System.Threading.Thread.CurrentThread.CurrentCulture;&lt;br /&gt;litPrice.Text = 99.ToString(&amp;quot;C&amp;quot;,oCurrCulture);&lt;/p&gt;&lt;p&gt;Depending on which region i have selected from a custom control on the website, the above displays:&lt;/p&gt;&lt;p&gt;£99 or $99 or 99€&lt;/p&gt;&lt;p&gt;On the same page i have a repeater, which is listing a bunch of prices, my code is like so:&lt;/p&gt;&lt;p&gt;protected void rptSizes_ItemDataBound(object sender, RepeaterItemEventArgs e) {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if ((e.Item.ItemType == ListItemType.Item) || (e.Item.ItemType == ListItemType.AlternatingItem)) {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;string strPrice = DataBinder.Eval(e.Item.DataItem, &amp;quot;price&amp;quot;).ToString();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Literal oPrice = e.Item.FindControl(&amp;quot;litItemPrice&amp;quot;) as Literal;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;oPrice.Text = DataBinder.Eval(e.Item.DataItem, &amp;quot;price&amp;quot;).ToString(&amp;quot;C&amp;quot;, oCurrCulture);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;The code on the line starting oPrice.Text is exactly the same as within my page_load method, however i get the following error message:&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;CS1501: No overload for method &amp;#39;ToString&amp;#39; takes &amp;#39;2&amp;#39; arguments&lt;/font&gt;&lt;/p&gt;&lt;p&gt;Can anyone help before i lose all my hair?!?!?&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p&gt;higgsy&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Localised resources in shared assemblies</title><link>http://forums.asp.net/thread/3522242.aspx</link><pubDate>Thu, 19 Nov 2009 15:48:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3522242</guid><dc:creator>pauldavidson</dc:creator><author>pauldavidson</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3522242.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3522242</wfw:commentRss><description>&lt;p&gt;Hey all.&lt;/p&gt;&lt;p&gt;edit...first post removed as title has been changed..no longer using the GAC, using shared assemblies located in normal files.&lt;/p&gt;&lt;p&gt;Paul.&lt;/p&gt;</description></item><item><title>How to create Multi language website in asp.net with database</title><link>http://forums.asp.net/thread/2566090.aspx</link><pubDate>Tue, 19 Aug 2008 08:57:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2566090</guid><dc:creator>senthilkumar11101979</dc:creator><author>senthilkumar11101979</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/2566090.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=2566090</wfw:commentRss><description>&lt;p&gt;Hi I want to create multilanguage asp.net website with database.If any one knows plz post the &lt;/p&gt;code</description></item><item><title>Multilanguage Support - Resource files</title><link>http://forums.asp.net/thread/3520195.aspx</link><pubDate>Wed, 18 Nov 2009 17:27:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3520195</guid><dc:creator>ASP_Tech</dc:creator><author>ASP_Tech</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3520195.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3520195</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I am planning to implement Mulitlanguage support in .Net 3.5 Web Application using resource files. &lt;/p&gt;
&lt;p&gt;I just want use the resource(.resx) files directly updation and additon&amp;nbsp;without generating the staellite assemblies or .resource file using resgen.&lt;/p&gt;
&lt;p&gt;Please let me know if its mandatory to compile the resource files to statellite assemblies. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any pointers on this will be really helpful,&lt;/p&gt;
&lt;p&gt;Thanks i advance&lt;/p&gt;</description></item><item><title>Localization with URL Rewriting</title><link>http://forums.asp.net/thread/3520410.aspx</link><pubDate>Wed, 18 Nov 2009 19:49:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3520410</guid><dc:creator>alvipeo</dc:creator><author>alvipeo</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3520410.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3520410</wfw:commentRss><description>&lt;p&gt;I haven&amp;#39;t done &amp;nbsp;in-depth research on URL Rewrite module so I wonder if it&amp;#39;s doable...&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s say I have some pages on my website (Default, About, etc) so their addresses will be like&amp;nbsp;&lt;u&gt;website.com/about.aspx&lt;/u&gt;. Is is possible to set up URL Rewriting (by rules or in code) so that an english version will be accessible at the link above but other languages URL&amp;#39;s follow this pattern: &lt;u&gt;website.com/&lt;strong&gt;language&lt;/strong&gt;/about.aspx&lt;/u&gt; without having any troubles with broken links to images, CSS, etc?&lt;/p&gt;
&lt;p&gt;Just an idea...&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Alex&lt;/p&gt;</description></item><item><title>Date DropDownLists</title><link>http://forums.asp.net/thread/3518031.aspx</link><pubDate>Tue, 17 Nov 2009 16:37:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3518031</guid><dc:creator>btd1</dc:creator><author>btd1</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3518031.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3518031</wfw:commentRss><description>&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p&gt;I was looking at the Facebook homepage and noticed that for the English (UK) page the birthday inputs have a dropdownlist for day first, followed be a dropdownlist for month and finally a dropdownlist for year.&lt;/p&gt;&lt;p&gt;When you change the page to English (US) [near the bottom of the page], the inputs change order to the US format, i.e. month dropdownlist first, followed by the day and then the year.&lt;/p&gt;&lt;p&gt;My application already takes into account Culture settings ( for instance, when DateTime.ToString() is called- it spits out the date in the correct format). How do I get DropDownLists into the correct order depending on culture a la Facebook?&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;br /&gt;Brian&lt;/p&gt;</description></item><item><title>Approach to implement Multilanguage support web application in .Net 3.5.</title><link>http://forums.asp.net/thread/3518759.aspx</link><pubDate>Wed, 18 Nov 2009 02:45:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3518759</guid><dc:creator>ASP_Tech</dc:creator><author>ASP_Tech</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3518759.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3518759</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am developing Multilanguage support for my web application I am using &lt;strong&gt;.Net 3.5.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have a requirement in which, &lt;strong&gt;I need to update the language text directly without recompiling the solution and the language translators should be able to able to easily update the file&lt;/strong&gt;(don’t want to use satellite assemblies feature as well)&lt;/p&gt;
&lt;p&gt;I am thinking of using a XML file to store the language(Instead of resource file) text so that it can be updated directly.&lt;/p&gt;
&lt;p&gt;Can anybody provide&amp;nbsp; suggestions on what is the best approach to implement the above solution&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description></item></channel></rss>