Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lang file - Small error or not found
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#7
RE: Lang file - Small error or not found

Hey. Try these lines:

PHP Code: (Select All)
<LANGUAGE>
 <
RESOURCES>
    <
Directory Path="fonts/eng" />
    <
Directory Path="lang/eng" />
 </
RESOURCES>
    
Your content here
</LANGUAGE


Then, where it says content here, starting putting your stuff, like CustomStoryMain category, journal and others:

Spoiler below!

PHP Code: (Select All)
<LANGUAGE>
 <
RESOURCES>
    <
Directory Path="fonts/eng" />
    <
Directory Path="lang/eng" />
 </
RESOURCES>
        <
CATEGORY Name="CustomStoryMain">
        <
Entry Name="Description">CS Description</Entry>
        </
CATEGORY>
       
         
rest...
</
LANGUAGE


10-25-2013, 03:47 AM
Find


Messages In This Thread
RE: Lang file - Small error or not found - by Daemian - 10-25-2013, 03:47 AM



Users browsing this thread: 1 Guest(s)