<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : loading lang files</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 18:19:35 -0000</pubDate>

		<item>
			<title>GHengeveld</title>
			<description><![CDATA[I think this is a good improvement, I often find missing language tags.]]></description>
			<pubDate>Sat, 07 Mar 2009 23:35:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2290&d=0#post9533]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[I like the idea, despite the fact that it involves twice more includes. It's the price we have to pay for modularity.]]></description>
			<pubDate>Sat, 07 Mar 2009 20:44:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2290&d=0#post9529]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[I think that we need to remake loading lang function.<br />
<br />
Now it is like this:<br />
<div class="highlight"><pre class="php">
if (file_exists($path_lang_alt))
{ require_once($path_lang_alt); }
elseif (file_exists($path_lang_def))
{ require_once($path_lang_def); }
</pre></div>
I think better will be like this:<br />
<div class="highlight"><pre class="php">
if (file_exists($path_lang_def))
{ require_once($path_lang_def); }
if (file_exists($path_lang_alt))
{ require_once($path_lang_alt); }
</pre></div>
<br />
Reason in example:<br />
-if user uses ua, ru or other (not english) language from old version of cotonti on new ones, lang will work not correctly. Some strings will be replaced with free space.<br />
 <br />
-after remaking^ it will load eng firstly and than user lang. What do you think about this?]]></description>
			<pubDate>Fri, 06 Mar 2009 14:53:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2290&d=0#post9469]]></link>
		</item>
	</channel>
</rss>