<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Fix to display C Language]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5246&amp;type=atom" />
	<updated>2014-10-27T19:10:38Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5246</id>
		<entry>
			<title type="html"><![CDATA[Re: Fix to display C Language]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21260#p21260" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-10-27T19:10:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21260#p21260</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Fix to display C Language]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21144#p21144" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-10-13T01:53:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21144#p21144</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Fix to display C Language]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21143#p21143" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-10-13T01:40:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21143#p21143</id>
		</entry>
</feed>
