<?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>Search results matching tag 'globalization'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=globalization&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'globalization'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Just getting started</title><link>http://forums.asp.net/thread/3551250.aspx</link><pubDate>Mon, 07 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3551250</guid><dc:creator>thinkrajesh</dc:creator><description>&lt;p&gt;Here is a good background info about localization and globalization&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;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Suggestions for an effective approach to use for designing a form</title><link>http://forums.asp.net/thread/3525545.aspx</link><pubDate>Sat, 21 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3525545</guid><dc:creator>aquaren</dc:creator><description>&lt;p&gt;Globaliztion can be a tricky thing to implement and can get very complex in a hurry. It certainly becomes easier if you have a finite list of cultures to support. I would suggest first doing some research on the globaliztion features already within the .NET framework. This may give you some worthwhile ideas on where to begin.&lt;/p&gt;&lt;p&gt;you can find a wealth of knowledge here: &lt;a href="http://msdn.microsoft.com/en-us/goglobal/bb688096.aspx"&gt;http://msdn.microsoft.com/en-us/goglobal/bb688096.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;My second suggestion would be to look into the Strategy design pattern:&lt;/p&gt;&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Strategy_pattern"&gt;http://en.wikipedia.org/wiki/Strategy_pattern&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.dofactory.com/patterns/patternstrategy.aspx"&gt;http://www.dofactory.com/patterns/patternstrategy.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The pattern&amp;#39;s intent is to take an algorithm (say formatting a phone number based on culture) and encapsulating it in an object that can then be injected at runtime. This can be also be used to create create classes specific to each form layout - such as USLayoutStrategy or TaiwanLayoutStrategy.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Currency Formatting not working on one server, but on other servers it works</title><link>http://forums.asp.net/thread/3525577.aspx</link><pubDate>Sat, 21 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3525577</guid><dc:creator>NightOwl888</dc:creator><description>&lt;p&gt;Thanks for the reply. I copied the exact settings you supplied to&amp;nbsp;the web.config file in the production environment, but as you can see, there is no change.&lt;/p&gt;
&lt;p&gt;Any other ideas?&amp;nbsp;&lt;/p&gt;</description></item><item><title>What is the Best Solution for Multilingual Web Site ?</title><link>http://forums.asp.net/thread/3493275.aspx</link><pubDate>Wed, 04 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3493275</guid><dc:creator>gopi_mtp</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;We are&amp;nbsp;developing a call centre web application. The client now requesting it in a&amp;nbsp;multilingual application. But we are using the&amp;nbsp;resource file concept (.Resources) for&amp;nbsp;storing the Key and value (english key, and respective language text). That is while opening of each form we will iterate all the control and change its texts into the respective multilingual text reading from the resource file generated by us.&lt;/p&gt;
&lt;p&gt;But my doubt is , whether is&amp;nbsp;this&amp;nbsp;the right method to develop a Multilingual Web Site ?&amp;nbsp;or any other way to achieve the same...&lt;/p&gt;
&lt;p&gt;I heard, the with the use of Satelitte assemblies, we can develop multilingual applications, but i have no idea about that.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks in Advance.&lt;/p&gt;
&lt;p&gt;With Best Regards,&lt;/p&gt;
&lt;p&gt;Gopi. V&lt;/p&gt;</description></item><item><title>Globalization &amp;amp; Localization Problem(language Translation)</title><link>http://forums.asp.net/thread/3458283.aspx</link><pubDate>Wed, 14 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3458283</guid><dc:creator>X-treme</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;I have a website making in asp.net which is full data driven. I am using sql server 2005 as the backend database. All data is coming from the database. I want to make my website multilingual. I have gone through the globalization tutorial where a table is used. The resx file is in xml format where we used the name value pair as a static content. I have some question regarding this.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;How can i make my website multilingual dynamically ? &lt;br /&gt;What will be database structure ? &lt;br /&gt;How I translate the data which is in english to other language ? &lt;br /&gt;What will be the logic of making multilingual website ?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please help to overcome this problem. If sample code is being posted it will hep very much. Please help me to build the logic of making it dynamic.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Calling a method in a code behind from a different Control (Globalization)</title><link>http://forums.asp.net/thread/3413128.aspx</link><pubDate>Fri, 18 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3413128</guid><dc:creator>pancakegeels</dc:creator><description>&lt;p&gt;I have a site I am trying to globalize, using masterpages, and in this case in VB&lt;/p&gt;&lt;p&gt;I have some flags at the footer of the page (in a control, in this case flags.ascx) - and if you click on that flag - the page should switch to the appropriate language. I have tried being adding lashes of &amp;#39;Public&amp;#39; statements to everything involved, but that doesnt seem to bring it into scope.&lt;/p&gt;&lt;p&gt;I am presently refreshing the page after setting a session variable for the culture selected - then overriding the InitializeCulture method and setting the variable. It feels like a nasty hack.&lt;/p&gt;&lt;p&gt;So..&lt;/p&gt;&lt;p&gt;1. I would like to do is call the method renderText (which sets the text for all the elements of the page) instead of refreshing the page. This would allow any form elements to remain untampered.&lt;/p&gt;&lt;p&gt;2. Alternatively if there is a way to avoid using Session data and set the running web app session for this user to be a given culture indefinately (but not permenantly) - that too would be awesome.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Sorry for the long read, and thanks in advance for anything you can throw my way.&lt;/p&gt;</description></item><item><title>Globalization</title><link>http://forums.asp.net/thread/3397388.aspx</link><pubDate>Thu, 10 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3397388</guid><dc:creator>ajeethkumar</dc:creator><description>&lt;p&gt;Is there any ready to use declarative framework for creating multilingual ASP.net applications.&lt;/p&gt;</description></item><item><title>Globalization localization question</title><link>http://forums.asp.net/thread/3392734.aspx</link><pubDate>Tue, 08 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3392734</guid><dc:creator>JGriffiths</dc:creator><description>&lt;p&gt;or should that be &amp;quot;Globalisation localisation question&amp;quot;?&lt;br /&gt; &lt;br /&gt; Okay,
I have just inherited an ASP.NET application and am charged with making
it multi-lingual.&amp;nbsp; I understand the concept of Resource files but am
just wondering how best to go about the following specific problem.&lt;br /&gt; &lt;br /&gt; In the ASPX page I have the following example:&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;
&lt;div style="color:Black;background-color:White;"&gt;
&lt;pre&gt;&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;p&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;You have logged on as the account &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;strong&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;asp&lt;/span&gt;&lt;span style="color:Blue;"&gt;:&lt;/span&gt;&lt;span&gt;Literal&lt;/span&gt; &lt;span style="color:Red;"&gt;ID&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;quot;acct1&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;runat&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;asp&lt;/span&gt;&lt;span style="color:Blue;"&gt;:&lt;/span&gt;&lt;span&gt;Literal&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;strong&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;.&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;p&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;
Now, if this did &lt;b&gt;not&lt;/b&gt; have any formatting, I&amp;#39;d have my Resource string to be (in English):&lt;br /&gt; &lt;br /&gt; &amp;quot;You have logged on as the account {0}.&amp;quot; and at run-time I would put the Account name into the {0} place holder.&lt;br /&gt; &lt;br /&gt; However, this has to be displayed inside a &amp;lt;strong/&amp;gt; element.&lt;br /&gt; &lt;br /&gt; Two things that worry me:&lt;br /&gt;&lt;/p&gt; &lt;ol&gt;
&lt;li&gt;I don&amp;#39;t particularly feel comfortable putting HTML formatting
markup into a Resource file....what if we replace our HTML front end
with something else that requires different formatting commands? &lt;/li&gt;
&lt;li&gt;The Resource file is XML, so presumaly I can&amp;#39;t store
&amp;quot;&amp;lt;strong&amp;gt;&amp;quot; but would have to store something like
&amp;quot;&amp;amp;lt;strong&amp;amp;gt;&amp;quot;, but then that wouldn&amp;#39;t render properly&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt; Any advise would be much appreciated&lt;br /&gt; &lt;br /&gt; Griff&lt;/p&gt;</description></item><item><title>Al.exe error on embedding multiple .resources files in a satellite assembly</title><link>http://forums.asp.net/thread/3378645.aspx</link><pubDate>Mon, 31 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3378645</guid><dc:creator>Thiru Srinivasan</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying to generate a satellite assembly by embedding multiple .resource files, where al.exe is reporting following error when no of resource files are &amp;gt; 2.&lt;/p&gt;
&lt;p&gt;To check if its problem with .resource files, i changed the order of the input files, but it’s always reporting error for the 3&lt;sup&gt;rd&lt;/sup&gt; file only.&lt;/p&gt;
&lt;p&gt;However as per the MSDN, the al.exe must be able to support multiple .resources files.&lt;br /&gt;I tried even sepearting the resource files with semicolan(;) instaed of comma(,), &amp;nbsp;but it isn&amp;#39;t working.&lt;/p&gt;
&lt;p&gt;Am I missing something here?&lt;/p&gt;
&lt;p&gt;Any pointers on this would be highly appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;al /t:lib /embed:Ms.Msif.Lcz.ConfirmationMessages.fr.resources,Ms.Msif.Lcz.ValidationMessages.fr.resources,&lt;/p&gt;
&lt;p&gt;Ms.Msif.Lcz.UI.fr.resources&lt;strong&gt; &lt;/strong&gt;/culture:fr /out:Ms.Msif.Lcz.resources.dll /template:Ms.Msif.Lcz.dll&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ALINK: error AL1012:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;Ms.Msif.Lcz.UI.fr.resources&amp;#39; is&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not a valid setting for option &amp;#39;embed&amp;#39;&lt;/p&gt;
&lt;p&gt;ALINK: error AL1016: No valid input files were specified&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;MSDN Link: &lt;a href="http://msdn.microsoft.com/en-us/library/21a15yht(VS.71).aspx"&gt;http://msdn.microsoft.com/en-us/library/21a15yht(VS.71).aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Global Rources in website setup . .</title><link>http://forums.asp.net/thread/3064337.aspx</link><pubDate>Sun, 05 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3064337</guid><dc:creator>mai_JO</dc:creator><description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a website and am using globalization for multi-languaging&amp;nbsp;(&amp;nbsp;GlobalResource.resx)&lt;/p&gt;
&lt;p&gt;the problem am having here,&amp;nbsp;&amp;nbsp;I want my GlobalResource.resx file to appear in setup so that &lt;/p&gt;
&lt;p&gt;I can change its contents according to my clients requests without having to create a new version of the site.&lt;/p&gt;
&lt;p&gt;is that posible in any way??&lt;/p&gt;</description></item></channel></rss>