<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Changing UI Language during Runtime</title>
	<atom:link href="http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/</link>
	<description>A Technical Blog</description>
	<pubDate>Tue, 13 May 2008 21:57:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Jalaj</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-3766</link>
		<dc:creator>Jalaj</dc:creator>
		<pubDate>Fri, 08 Jun 2007 04:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-3766</guid>
		<description>Hi Abid,
I did not get what you meant by "Language" change in worksheet. Below are what I guess your problem might be.

If you are working in a language that rights right-to-left that used to be your default and now the excel is starting up with layout left-to-right... slect on menu bar Tools --&#62; Options --&#62; International tab --&#62; and under fram right-to-left select appropriate option and OK...

If its related to default font on worksheet then there is option under "General" Tab

If there is some other problem, then it needs to be detailed.</description>
		<content:encoded><![CDATA[<p>Hi Abid,<br />
I did not get what you meant by &#8220;Language&#8221; change in worksheet. Below are what I guess your problem might be.</p>
<p>If you are working in a language that rights right-to-left that used to be your default and now the excel is starting up with layout left-to-right&#8230; slect on menu bar Tools &#8211;&gt; Options &#8211;&gt; International tab &#8211;&gt; and under fram right-to-left select appropriate option and OK&#8230;</p>
<p>If its related to default font on worksheet then there is option under &#8220;General&#8221; Tab</p>
<p>If there is some other problem, then it needs to be detailed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-3696</link>
		<dc:creator>Abid</dc:creator>
		<pubDate>Wed, 06 Jun 2007 06:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-3696</guid>
		<description>Dear Sir,
I have a problem in my MS Excel,my work sheet language has been change please tell me how's change the language.

Thank you</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
I have a problem in my MS Excel,my work sheet language has been change please tell me how&#8217;s change the language.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-2922</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Mon, 21 May 2007 05:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-2922</guid>
		<description>Hi !!

There is already a post on this issue
http://jalaj.wordpress.com/2007/04/16/switching-ime-during-runtime/</description>
		<content:encoded><![CDATA[<p>Hi !!</p>
<p>There is already a post on this issue<br />
<a href="http://jalaj.wordpress.com/2007/04/16/switching-ime-during-runtime/" rel="nofollow">http://jalaj.wordpress.com/2007/04/16/switching-ime-during-runtime/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmender</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-2817</link>
		<dc:creator>Dharmender</dc:creator>
		<pubDate>Sat, 19 May 2007 11:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-2817</guid>
		<description>hi Sir,
i have one boubt in my mind.
is it possible to change the font style in vb6 at run time.
like i have two textboxes on a form, in which one of them i want that text should b in english and in another textbox it should apper in some other language.
if its' possible then how can we do so.
plz help me</description>
		<content:encoded><![CDATA[<p>hi Sir,<br />
i have one boubt in my mind.<br />
is it possible to change the font style in vb6 at run time.<br />
like i have two textboxes on a form, in which one of them i want that text should b in english and in another textbox it should apper in some other language.<br />
if its&#8217; possible then how can we do so.<br />
plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jalaj</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-1164</link>
		<dc:creator>Jalaj</dc:creator>
		<pubDate>Wed, 18 Apr 2007 09:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-1164</guid>
		<description>Hi Phil! I did not carefully read your comment...

About mirroring the form... there is no straight forward way... If you need to make such implementation it would be better if you use a form with "borderstyle" property set to 0 (None) and then manually clone the buttons.. Then these buttons will also mirror as shown in post &lt;a href="http://jalaj.wordpress.com/2007/04/18/mirroring-form-for-rtl-languages-as-arabic/" rel="nofollow"&gt;Mirroring Form for RTL Languages as Arabic&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Phil! I did not carefully read your comment&#8230;</p>
<p>About mirroring the form&#8230; there is no straight forward way&#8230; If you need to make such implementation it would be better if you use a form with &#8220;borderstyle&#8221; property set to 0 (None) and then manually clone the buttons.. Then these buttons will also mirror as shown in post <a href="http://jalaj.wordpress.com/2007/04/18/mirroring-form-for-rtl-languages-as-arabic/" rel="nofollow">Mirroring Form for RTL Languages as Arabic</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirroring Form for RTL languages as Arabic &#171; Jalaj</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-1161</link>
		<dc:creator>Mirroring Form for RTL languages as Arabic &#171; Jalaj</dc:creator>
		<pubDate>Wed, 18 Apr 2007 08:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-1161</guid>
		<description>[...] Skip navigation StatsIdeas ?    &#171; Changing UI Language during&#160;Runtime [...]</description>
		<content:encoded><![CDATA[<p>[...] Skip navigation StatsIdeas ?    &laquo; Changing UI Language during&nbsp;Runtime [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-1158</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Wed, 18 Apr 2007 05:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-1158</guid>
		<description>Hello!!!

Is it possible to Mirror a form?? Well what i mean is a normal form has control buttons(Max, Min) at the right hand corner..is it possible to shift it to left hand corner.

Sorry for all such silly questions!!!!

regards</description>
		<content:encoded><![CDATA[<p>Hello!!!</p>
<p>Is it possible to Mirror a form?? Well what i mean is a normal form has control buttons(Max, Min) at the right hand corner..is it possible to shift it to left hand corner.</p>
<p>Sorry for all such silly questions!!!!</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jalaj</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-1139</link>
		<dc:creator>Jalaj</dc:creator>
		<pubDate>Tue, 17 Apr 2007 12:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-1139</guid>
		<description>Thanks Phil,

It's heartening to know that you liked my blog so much</description>
		<content:encoded><![CDATA[<p>Thanks Phil,</p>
<p>It&#8217;s heartening to know that you liked my blog so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://jalaj.net/2007/04/17/changing-ui-language-during-runtime/#comment-1138</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 17 Apr 2007 11:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://jalaj.wordpress.com/2007/04/17/changing-ui-language-during-runtime/#comment-1138</guid>
		<description>Voila!! Thanks very much .. much needed article.. I have been posting lot of ANNOUNCEMENT in different fourms...about this SPOT of yours!!! 

Great IDEA...Thanks very much once again</description>
		<content:encoded><![CDATA[<p>Voila!! Thanks very much .. much needed article.. I have been posting lot of ANNOUNCEMENT in different fourms&#8230;about this SPOT of yours!!! </p>
<p>Great IDEA&#8230;Thanks very much once again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
