﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Serious Bug with Export andLanguage</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Serious-Bug-with-Export-andLanguage/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Serious Bug with Export andLanguage</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Serious-Bug-with-Export-andLanguage/</link><pubDate>Tue, 21 Apr 2015 03:36:39 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;&lt;p&gt;This issue happened because WebGrid language was set to "UseCulture" with no specific WebGrid culture set in LayoutSetting and the web application globalization culture was set to "auto". When the prefer language from browser was set to English UK (en-GB) this will cause WebGrid unable to display the text properly as WebGrid did not have a text definition for that culture. To force WebGrid to use English US language, you could set WebGrid culture in LayoutSettings to "en-US" like the following:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;LayoutSettings Culture="en-US"&amp;gt;    &amp;lt;TextSettings Language="UseCulture"&amp;gt;    &amp;lt;/TextSettings&amp;gt;
&amp;lt;/LayoutSettings&amp;gt;&lt;/pre&gt;&lt;p&gt;In case you need to display WebGrid in different language, you could programatically change WebGrid culture using two-letter-ISO-language-name with the following code&lt;span style="font-size: 10pt;"&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;WebGrid1.LayoutSettings.Culture =  System.Globalization.CultureInfo.CreateSpecificCulture(System.Globalization.CultureInfo.CurrentCulture.TwoLetterISOLanguageName);&lt;/pre&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;note : above code will set WebGrid culture to "en-US" when the browser prefer language is "en-GB".&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Serious Bug with Export andLanguage</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Serious-Bug-with-Export-andLanguage/</link><pubDate>Mon, 20 Apr 2015 11:56:39 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;That is not the issue.&amp;nbsp; We use Resources not Common Library.&lt;/p&gt;&lt;p&gt;We are forcing the grid to English US, but this is still occuring when the browser is set to English UK.&lt;/p&gt;&lt;p&gt;Why can you guys build in logic like we do, where it just uses the first part of the culture (en not en-UK).&lt;/p&gt;&lt;p&gt;How do we fix this, this is a major issue for us.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Serious Bug with Export andLanguage</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Serious-Bug-with-Export-andLanguage/</link><pubDate>Wed, 15 Apr 2015 10:31:52 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;&lt;p&gt;For your information, by default, We did not provide a language for English UK. So to use English UK language for webgrid, you should define your own language text by creating a new language file in localization manager.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem that you have facing could be cause by the translation text for export menu have not been made. Please follow this step to set the needed localized text:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Right click&lt;/strong&gt; on WebGrid and click on &lt;strong&gt;WebGrid.Net Designer.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Go to &lt;strong&gt;Localization Manager tab.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Click &lt;strong&gt;Manage Language Files&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Choose &lt;b&gt;English (United Kingdom)&lt;/b&gt; in&lt;b&gt; Language file&lt;/b&gt; pane.&lt;/li&gt;&lt;li&gt;In TextSetting Items pane, expand &lt;b&gt;ContextMenu&lt;/b&gt; and choose &lt;b&gt;Export&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Please set the localized text for each items and Click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;note: Please make sure that you have set the localization physical path correctly and The file for en-GB localization (wglang_en-GB.xml) was there.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Serious Bug with Export andLanguage</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Serious-Bug-with-Export-andLanguage/</link><pubDate>Tue, 14 Apr 2015 12:41:59 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;We have a serious bug that has not appeared for several years.&amp;nbsp; When we use the grid, and we are set to US English, the export menu is fine.&amp;nbsp; When we switch to English UK, the Export menu is missing many parts of the text.&amp;nbsp; We are also correctly setting the language on the grid, per the fix from several years back.&lt;/p&gt;&lt;p&gt;We also see an error that says Resource is Missing or Corrupted.&amp;nbsp; But it does not tell us what resource, but we know its coming from the Intersoft.&amp;nbsp; i have checked that all the .resources are in the bin folder.&lt;/p&gt;&lt;p&gt;What could be causing this?&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>