﻿<?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 - Culture in WebGrid and WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Culture-in-WebGrid-and-WebCombo/</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>Culture in WebGrid and WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Culture-in-WebGrid-and-WebCombo/</link><pubDate>Thu, 08 Jul 2010 15:22:39 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><category>WebCombo</category><description>&lt;p&gt;Hello Huzefa,&lt;/p&gt;&lt;p&gt;You would need to know what is the code of your culture. You would be saver to use designer first to know the code of the culture.&lt;/p&gt;
&lt;p&gt;As I said before, Open WebGrid Designer&amp;gt;&amp;gt;LocalizationManager&amp;gt;&amp;gt;Use the physical settings&amp;gt;&amp;gt;Manage LanguageFiles. Choose add a new language files. It will pop up a dropdown for you to choose the culture.&lt;/p&gt;
&lt;p&gt;After that go to C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200\Localization.&lt;/p&gt;
&lt;p&gt;If you open list.xml, you can see that the new collection has been added. &lt;/p&gt;
&lt;p&gt;e.g I added "Saudi Arabia" and it should be like the tag below.&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;LanguageFile name="Arabic (Saudi Arabia)" filename="wglang_ar-SA.xml" culture="ar-SA"&amp;gt;
&amp;lt;/LanguageFile&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please see filename attribute in the tag. You will need to add your own language text in&lt;b&gt;&lt;i&gt; wglang_ar-SA.xml&lt;/i&gt;&lt;/b&gt;. If you trouble to find the content, please read &lt;b&gt;&lt;i&gt;default.xml&lt;/i&gt;&lt;/b&gt; as the guidance.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;p /&gt;</description></item><item><title>Culture in WebGrid and WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Culture-in-WebGrid-and-WebCombo/</link><pubDate>Thu, 08 Jul 2010 05:30:55 GMT</pubDate><dc:creator>huzzy143</dc:creator><category>WebGrid</category><category>WebCombo</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please can you explain me in details how to create an attach the created xml file into the WebGrid.&lt;/p&gt;
&lt;p&gt;I want to do it manually and not using the Designer.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please show me this step by step or a sample application demonstrating this.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Huzefa&lt;/p&gt;</description></item><item><title>Culture in WebGrid and WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Culture-in-WebGrid-and-WebCombo/</link><pubDate>Wed, 07 Jul 2010 11:28:16 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><category>WebCombo</category><description>&lt;p&gt;Hi Huzefa,&lt;/p&gt;&lt;p&gt;Yes, because our default position is at the end of right. Changing the dir, doesn't mean change the position. If you want to make it left, set &lt;b&gt;SearchButtonPosition &lt;/b&gt;into &lt;i&gt;&lt;b&gt;left&lt;/b&gt;&lt;/i&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;For WebGrid, to use your own localization, you must not to use SmartWebResources. You need to use the physical files. (WebGridDesigner&amp;gt;&amp;gt; LocalizationManager). As a guidance, the xml content should be looked like default.xml.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Culture in WebGrid and WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Culture-in-WebGrid-and-WebCombo/</link><pubDate>Wed, 07 Jul 2010 09:28:45 GMT</pubDate><dc:creator>huzzy143</dc:creator><category>WebGrid</category><category>WebCombo</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;How can i convert the WebGrid and WebCombo into Current UI Culture.&lt;/p&gt;
&lt;p&gt;What i mean is: All the static string in WebGrid like the strings in ContextMenu, StatusBar etc should be displayed in the language specified in Current Culture.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I have seen few xml files in Localization folder under WebGrid, but i dont know how to create an xml file of my own and specify it in WebGrid to use my file.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The same goes to WebCombo, when i set my Current Culture to be Arabic then i turn the whole rtl(Right to Left) by setting the dir property of Html element. Everything changes from Left to Right except the WebCombo. The webcombo's dropdown still remains on left side, can you please tell how can i change it to bring it on right side.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Huzefa&lt;/p&gt;</description></item></channel></rss>