#
##
Explains how to use a language file in xlobby.
###
Create a directory called "languages" in your root xlobby directory. For example
C:\xlobby\languages in this directory you will place a language translation file. What this file will do is translate words on the fly.
To create a language file simply create a txt file, and inside of it place something like the following.
this and this=la et la
of=/
movies=les movies
pictures=les pictures
Loading:=
What xlobby will do is look for word(s) on the left side of the equals sign and replace them with the word(s) on the right hand side.
Oh you will have to select the language file you wish to use in xlobby, just enter setup (F2) and select it from there.
Too easy