Quick question about languages...

crazychapple

Chieftain
Joined
Apr 5, 2006
Messages
14
If I don't want to bother filling in the languages other than english for any given tag...is it just a matter of leaving blank space between the opening an closing?

eg. <French></French>
 
Yep, you can just leave them blank like that. You can also just erase the other language tags completely, if you are not going to use them, and want to cut down on the clutter in the Text file.

It's never caused me any problems to only have the english language as the only option.
 
Thanks. I was just looking through some other xml files and noticed they do this too when they don't have any paramaters for a tag:

<tag/>

with no closing tag...like the '/' closes it. Can anyone confirm?
 
crazychapple said:
Thanks. I was just looking through some other xml files and noticed they do this too when they don't have any paramaters for a tag:

<tag/>

with no closing tag...like the '/' closes it. Can anyone confirm?

That would work too. The <tag/> tells the game that there is no information there for it to read, so it's the same as leaving the tag empty. It's just another way to reduce clutter, while still leaving the tags there for future use.
 
Back
Top Bottom