<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>Andreas Eide - All Comments</title><link>http://weblogs.asp.net/andrease/default.aspx</link><description>Andreas Blog</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Post-PDC user group meeting</title><link>http://weblogs.asp.net/andrease/archive/2003/11/25/39772.aspx#5346244</link><pubDate>Tue, 27 Nov 2007 03:08:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5346244</guid><dc:creator>Post-PDC user group meeting</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Post-PDC user group meeting&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5346244" width="1" height="1"&gt;</description></item><item><title>ASP.NET localizer</title><link>http://weblogs.asp.net/andrease/archive/2004/08/18/216681.aspx#5340931</link><pubDate>Mon, 26 Nov 2007 11:44:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5340931</guid><dc:creator>ASP.NET localizer</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET localizer&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5340931" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET localizer</title><link>http://weblogs.asp.net/andrease/archive/2004/08/18/216681.aspx#216975</link><pubDate>Thu, 19 Aug 2004 07:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:216975</guid><dc:creator>Marco</dc:creator><description>I have the same advise as Richard. The whole .NET suggested way seems to be fine, but ist is sometimes hard to handle. If you have a &amp;quot;powerfull&amp;quot; sql server in the backend, you migth try to go that way.&lt;br /&gt;&lt;br /&gt;store all language data in the database. the greatest benefit is that you could build a simple web app to get the translation. one window the app an on the other window the translation tool (1 page lists all resource strings and the second page is for editing.&lt;br /&gt;&lt;br /&gt;one tip... in every try to get a localized strinbg from the db, i&amp;#39;ll check if the ressource string is in, and if not i will do a insert. to the guy localizing is seeing all resources without my help. it is not allways perfect but with caching it meets my requirements.&lt;br /&gt;&lt;br /&gt;bye marco&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=216975" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET localizer</title><link>http://weblogs.asp.net/andrease/archive/2004/08/18/216681.aspx#216899</link><pubDate>Thu, 19 Aug 2004 02:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:216899</guid><dc:creator>Richard Tallent</dc:creator><description>My own apps use the database and cache the strings. No need to recompile for a change, and changes can be made by non-programmers.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=216899" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET localizer</title><link>http://weblogs.asp.net/andrease/archive/2004/08/18/216681.aspx#216706</link><pubDate>Wed, 18 Aug 2004 20:51:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:216706</guid><dc:creator>Drew Marsh</dc:creator><description>I implemented a pattern very similar to what ASP.NET 2.0 provides. All of our pages/controls inherit from a base class that provides a method that handles resolving a specific resource. The resources are organized by type (control/page). The base class resolves/caches the resource manager using the codebehind type of the page/control. Then in &amp;quot;code-in-front&amp;quot; (meaning the aspx or ascx) we use the databinding syntax to bind the properties to the resource. It would look a little bit like this if we were putting some resourced content into a LiteralControl on our page:&lt;br /&gt;&lt;br /&gt;&amp;lt;asp:Literal runat=&amp;quot;server&amp;quot; Text=&amp;#39;&amp;lt;%# base.GetResourceString(&amp;quot;MyResourcedStringName&amp;quot;) %&amp;gt;&amp;#39; /&amp;gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=216706" width="1" height="1"&gt;</description></item><item><title>re: MVP - me too!</title><link>http://weblogs.asp.net/andrease/archive/2004/02/14/73087.aspx#73128</link><pubDate>Sat, 14 Feb 2004 23:31:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:73128</guid><dc:creator>Peter Koen</dc:creator><description>Congratulations!&lt;br /&gt;Welcome to the MVP Community!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=73128" width="1" height="1"&gt;</description></item><item><title>re: MVP - me too!</title><link>http://weblogs.asp.net/andrease/archive/2004/02/14/73087.aspx#73098</link><pubDate>Sat, 14 Feb 2004 22:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:73098</guid><dc:creator>Wallym</dc:creator><description>Awesome!!!!!!!!!!!!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=73098" width="1" height="1"&gt;</description></item><item><title>re: MVP - me too!</title><link>http://weblogs.asp.net/andrease/archive/2004/02/14/73087.aspx#73094</link><pubDate>Sat, 14 Feb 2004 22:08:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:73094</guid><dc:creator>Morten Abrahamsen</dc:creator><description>Congratz!&lt;br /&gt;&lt;br /&gt;Yet another great resource has chosen for the MVP program. Well deserved!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=73094" width="1" height="1"&gt;</description></item><item><title>re: Moving</title><link>http://weblogs.asp.net/andrease/archive/2003/11/25/39751.aspx#39839</link><pubDate>Wed, 26 Nov 2003 07:43:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:39839</guid><dc:creator>Ivo Diepstraten</dc:creator><description>How do you join weblogs.asp.net?&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=39839" width="1" height="1"&gt;</description></item><item><title>re: Moving</title><link>http://weblogs.asp.net/andrease/archive/2003/11/25/39751.aspx#39838</link><pubDate>Wed, 26 Nov 2003 07:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:39838</guid><dc:creator>Ashutosh Nilkanth</dc:creator><description>Welcome! Looking forward to reading your articles/posts.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=39838" width="1" height="1"&gt;</description></item></channel></rss>