<?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: how to write the code for the buttons</title><link>http://forums.asp.net/thread/3256665.aspx</link><pubDate>Thu, 25 Jun 2009 03:34:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3256665</guid><dc:creator>Nai-Dong Jin - MSFT</dc:creator><author>Nai-Dong Jin - MSFT</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3256665.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3256665</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;Just as chintanpshah&amp;nbsp;said, using two master pages is a good practise. Besides, you also can add Globalization&amp;amp;Localization feature in your code, and adding local resource with different languages for your control on your page. &lt;/p&gt;
&lt;p&gt;As for the table&amp;#39;s postion, actually you can use RegisterStartupScript method to adjust the style attribute of that table element through JavaScript code. In this way, you can change the layout from the event of server side button control.&lt;/p&gt;
&lt;p&gt;For codes or&amp;nbsp;samples, it&amp;#39;s hard to provide the whole code&amp;nbsp;according to&amp;nbsp;your requirement in support forum, I suggest that you should go to QuickStarts (&lt;a href="http://quickstarts.asp.net"&gt;http://quickstarts.asp.net&lt;/a&gt;), it will help you further.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Re: how to write the code for the buttons</title><link>http://forums.asp.net/thread/3252284.aspx</link><pubDate>Tue, 23 Jun 2009 07:10:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3252284</guid><dc:creator>imranwahabit</dc:creator><author>imranwahabit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3252284.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3252284</wfw:commentRss><description>&lt;p&gt;i am not able to get the code with the following site which u gave me,just explai me in deatils the code for the button click&lt;/p&gt;</description></item><item><title>Re: how to write the code for the buttons</title><link>http://forums.asp.net/thread/3252281.aspx</link><pubDate>Tue, 23 Jun 2009 07:08:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3252281</guid><dc:creator>imranwahabit</dc:creator><author>imranwahabit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3252281.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3252281</wfw:commentRss><description>&lt;p&gt;brother how to wirte the code for the button click,can i get the code of it&lt;/p&gt;</description></item><item><title>Re: how to write the code for the buttons</title><link>http://forums.asp.net/thread/3252279.aspx</link><pubDate>Tue, 23 Jun 2009 07:07:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3252279</guid><dc:creator>imranwahabit</dc:creator><author>imranwahabit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3252279.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3252279</wfw:commentRss><description>&lt;p&gt;how to write the code for the &lt;/p&gt;</description></item><item><title>Re: how to write the code for the buttons</title><link>http://forums.asp.net/thread/3250782.aspx</link><pubDate>Mon, 22 Jun 2009 13:58:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3250782</guid><dc:creator>chintanpshah</dc:creator><author>chintanpshah</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3250782.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3250782</wfw:commentRss><description>&lt;p&gt;If you need to translate only master page, use 2 master page for different language.&lt;/p&gt;
&lt;p&gt;Change the master page file in code behind in Button click.&lt;/p&gt;
&lt;p&gt;But, if you need to translate while application, Use globalization.&lt;/p&gt;
&lt;p&gt;Refer to:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx"&gt;http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.codeproject.com/Kb/aspnet/localizationByVivekTakur.aspx"&gt;http://www.codeproject.com/Kb/aspnet/localizationByVivekTakur.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2006/05/30/ASP.NET-2.0-Localization-_2800_Video_2C00_-Whitepaper_2C00_-and-Database-Provider-Support_2900_.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2006/05/30/ASP.NET-2.0-Localization-_2800_Video_2C00_-Whitepaper_2C00_-and-Database-Provider-Support_2900_.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://aspalliance.com/821"&gt;http://aspalliance.com/821&lt;/a&gt;&lt;/p&gt;</description></item><item><title>how to write the code for the buttons</title><link>http://forums.asp.net/thread/3250538.aspx</link><pubDate>Mon, 22 Jun 2009 12:18:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3250538</guid><dc:creator>imranwahabit</dc:creator><author>imranwahabit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3250538.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=151&amp;PostID=3250538</wfw:commentRss><description>&lt;p&gt;hello sir i am mohammed imran working as a software engineer,my project is on .net,while developing a website application,i got a task of placing two button on the master page and by clicking those buttons,the existing table in masterpage should change from right to left and viseversa,and while changing the table the content of the table should change into arabic and english,can any one of u plz solve my proble&lt;/p&gt;</description></item></channel></rss>