﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Language Files for V3</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) APG vNext Support Forum</copyright><ttl>30</ttl><item><title>Language Files for V3 (APGvNext (Sam))</title><description> The following is the interface language files for V3 as well as their compatible version:&lt;br&gt; &lt;ul&gt;&lt;li&gt;&lt;b&gt;French V3.9&lt;/b&gt; (thanks to &lt;a href="http://www.quebecbonsdeals.com/forums/" target="_blank" rel="nofollow" title="http://www.quebecbonsdeals.com/forums/"&gt;Thomas Tran&lt;/a&gt; for correcting orthographical errors)&lt;li&gt;&lt;b&gt;Portuguese-Brazil V3.9&lt;/b&gt;&lt;li&gt;&lt;b&gt;Vietnamese V3.8&lt;/b&gt; &lt;li&gt;&lt;b&gt;Danish V3.9 (a bit incomplete)&lt;/b&gt;  &lt;/ul&gt; &lt;a href="#down"&gt;Download the language files here.&lt;/a&gt;&lt;br&gt; &lt;hr&gt; &lt;h2&gt;Setting up multiple Languages for users&lt;/h2&gt; The international language system utilizes the Global Resources feature of ASP.NET and because of this all language files (.resx)&lt;b&gt; &lt;b&gt;are placed&lt;/b&gt;&lt;/b&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt; in the App_GlobalResources&lt;/b&gt; folder. You will need to use Visual Studio to edit these files (easiest, but all text editor will do, as long as the edited files can be saved with UTF-8 encoding).             &lt;br&gt; &lt;br&gt; By default, there are 4 .resx files in the folder, and the only files that are of interest to you are:&lt;br&gt; &lt;ul&gt;&lt;li&gt;&lt;b&gt;ln.resx&lt;/b&gt;: the default English language file;&lt;li&gt;&lt;b&gt;LanSetting.resx&lt;/b&gt;: the language setting file. There is only one string,     &lt;i&gt;LanguageSetting&lt;/i&gt;, in the file, and &lt;b&gt;by default it     defines the English language only&lt;/b&gt;.  &lt;/ul&gt; To add more languages, for example, French (fr), you will need to&lt;br&gt; &lt;ol&gt;&lt;li&gt;Create     an additional language file, ln.&lt;b&gt;fr&lt;/b&gt;.resx, by copying the structure     of the &lt;b&gt;ln.resx&lt;/b&gt; file and translate each string to your language, or download the &lt;a href="#down"&gt;attached language files below&lt;/a&gt;. Make sure this new file is placed under the &lt;b&gt;~/App_GlobalResources&lt;/b&gt; folder;&lt;li&gt;Update &lt;b&gt;LanSetting.resx&lt;/b&gt; by changing the Value for the String &lt;i&gt;LanguageSetting&lt;/i&gt;:            &lt;br&gt; &lt;br&gt; Default: &lt;font color="#008000"&gt;en:English; &lt;/font&gt; &lt;br&gt; Update it to: &lt;font color="#ff0000"&gt;en:English;fr:French;&amp;nbsp; &lt;/font&gt;  &lt;/ol&gt; Once the files are uploaded to your server, You will see both languages appear in the &lt;b&gt;Forum Languages&lt;/b&gt; drop down menu under user's forum Profile -&amp;gt; Additional Options section.          &lt;br&gt; &lt;br&gt; Repeat this process for other languages you wish to use.&lt;br&gt; &lt;h2&gt;Setting the Default Language for users&lt;/h2&gt; You can change the default language to &lt;b&gt;French &lt;/b&gt;by changing the following key under &lt;b&gt;appSettings &lt;/b&gt;in &lt;b&gt;~/web.config&lt;/b&gt;:         &lt;br&gt; &lt;br&gt; Default: &amp;lt;add key="DefaultLang" value="en" /&amp;gt;         &lt;br&gt; Update it to &amp;lt;add key="DefaultLang" value="fr" /&amp;gt;         &lt;br&gt; &lt;br&gt; And your users will see French being the default language for the UI for your forum.      &lt;br&gt; &lt;span id="down" style="visibility:hidden;"&gt;&lt;/span&gt;&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/403401</link><pubDate>Fri, 11 Dec 2009 14:11:36 GMT</pubDate></item></channel></rss>