(04-17-2012, 12:16 AM)Cranky Old Man Wrote:   (04-16-2012, 11:03 PM)jessehmusic Wrote:   (04-16-2012, 10:07 PM)Your Computer Wrote:  Don't suggest to anyone to PM me for their development issues, especially if there is a topic on it already.
As for the current issue, if Directories::GameLanguageFolder = "test_mod/config/lang" and ConfigFiles:
efaultGameLanguage = "english.lang" and english.lang is in test_mod/config/lang and notes don't work, then the english.lang file was constructed improperly.
so what i have to do???????
If everything is in place, and it still doesn't work, then post your lang file and they'll spot the errors easily. (I'll be going to bed myself.)
i give the lang when i get home ,
here is the lang. 
<LANGUAGE>
 <RESOURCES>
 <Directory Path="fonts/eng" />
 <Directory Path="lang/eng" />
 </RESOURCES>
 <CATEGORY Name="Journal">
 <Entry Name="Note_Patient_Name">Patient, Eric</Entry>
	<Entry Name="Note_Patient_Text">1 July 2001 , an patient called Eric arrived today , the report says he is in coma , take care of him in the "Emergancy Hall"</Entry>
	<Entry Name="Note_Patient1_Name">Patient , Richard</Entry>
 <Entry Name="Note_Patient1_Text">3 July 2001 , an patient called Richard arrvied with some disease , never seen something like that before , take him down to the "Disease hall"</Entry>
	</CATEGORY>
</LANGUAGE>