Frictional Games Forum (read-only)

Full Version: I can't get my extra_english.lang file to work?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here's my coding:

Spoiler below!

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">testing description</Entry>
</CATEGORY>
<CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_guestroomkey">Key to Guest Room</Entry>
<Entry Name="ItemName_guestroomkey">Guest Room Key</Entry>

</CATERGORY>
</LANGUAGE>


I was testing it and nothing seemed to work. Did I screw up my coding?
You have a extra <CATEGORY> above Inventory.
(08-27-2011, 07:02 PM)Rapture Wrote: [ -> ]You have a extra <CATEGORY> above Inventory.

I fixed that just now but it's still not working. Hmm.
That last </CATERGORY> should be spelled </CATEGORY>
(08-27-2011, 07:15 PM)Kurton Wrote: [ -> ]That last </CATERGORY> should be spelled </CATEGORY>

That fixed it! Thank you so much!

Gah, I can't believe I didn't catch that typo.