<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Fix to display C Language]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5246</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5246&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Fix to display C Language.]]></description>
		<lastBuildDate>Mon, 27 Oct 2014 19:10:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Fix to display C Language]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21260#p21260</link>
			<description><![CDATA[<p>Janusz has now <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=blobdiff;f=admin/inst_lang.php;h=71fedd5b7e3e192d103484720fe9c5f411a4282e;hp=d533944f71c466e045c5cd2b335effc0fb789d6c;hb=0489c00e7922e3a0d47cb66713206d11ef41d5e4;hpb=e4d4ced43ebacbfd1a11022dc9711c3fcc5f1e71">fixed it in the FA Core today</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 27 Oct 2014 19:10:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21260#p21260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fix to display C Language]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21144#p21144</link>
			<description><![CDATA[<p>The fix for this issue is attached herein.<br /></p><div class="codebox"><pre><code>--- old/admin/inst_lang.php    Mon Sep 29 21:21:28 2014
+++ new/admin/inst_lang.php    Mon Oct 13 07:15:53 2014
@@ -77,7 +77,7 @@
 
         $support = $GetText-&gt;check_support($lang, $charset);
 
-        if (function_exists(&#039;gettext&#039;) &amp;&amp; !$support &amp;&amp; !get_post(&#039;DisplayAll&#039;)) continue;
+        if (function_exists(&#039;gettext&#039;) &amp;&amp; !$support &amp;&amp; !get_post(&#039;DisplayAll&#039;) &amp;&amp; $lang != &#039;C&#039;) continue;
 
         label_cell($lang);
         label_cell($available ? get_package_view_str($lang, $lang_name) : $lang_name);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 13 Oct 2014 01:53:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21144#p21144</guid>
		</item>
		<item>
			<title><![CDATA[Fix to display C Language]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21143#p21143</link>
			<description><![CDATA[<p>The default page that comes up when we navigate to Setup -&gt; Install/Update Languages is the one that has the checkbox &quot;Display also languages not supported by server locales&quot; unchecked and it does not display the default &quot;C&quot; language so important to revert to English!</p><p>A fix to remedy this is needed - otherwise we will have to continually check the checkbox and then choose &quot;C&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 13 Oct 2014 01:40:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21143#p21143</guid>
		</item>
	</channel>
</rss>
