I would like to be able to rename "Field 1" and "Field 2".
Inviato Wed 16 Oct 19 @ 9:39 am
You've made it? I am interested. For example I would like to give a dancebility score.
Inviato Sat 02 May 20 @ 4:27 pm
Only possible with a new translation file
in <columns> section
<User1>Newname1</User1>
<User2>Newname2</User2>
and in <config> section
<Field1>Newname1</Field1>
<Field2>Newname2</Field2>
in <columns> section
<User1>Newname1</User1>
<User2>Newname2</User2>
and in <config> section
<Field1>Newname1</Field1>
<Field2>Newname2</Field2>
Inviato Sat 02 May 20 @ 5:53 pm
Interesting application
just "a new translations file"... where, how do I create the "translation file?
Then: in the example <User1>Newname1</User1> but NO new name, 2x "User1" is entered -
OR, what didn't I understand?
just "a new translations file"... where, how do I create the "translation file?
Then: in the example <User1>Newname1</User1> but NO new name, 2x "User1" is entered -
OR, what didn't I understand?
Inviato Fri 29 May 20 @ 10:34 pm
It's now more difficult as it seems full languages translations files are not available anymore
https://www.virtualdj.com/wiki/languagediff.html
only english one is available for new translations
and uploaded ones in settings -> Extensions -> Other -> Languages
to test:
as translations are "cumulative" the following can modify "session" based
name it "whatever you want.xml" and store it in folder "VirtualDJ\Languages"
(modify language and fields to what you want)
start VDJ with your prefered language
in settings -> options select the new created file as new language
it must overwrite only the fields present in the translation
<?xml version="1.0" encoding="UTF-8"?>
<language lang="English" iso="en" author="Atomix Productions" version="9.0" build="5703">
<Columns>
<User1>Field1</User1>
<User2>Field2</User2>
</Columns>
</Search>
<User1>Field1</User1>
<User2>Field2</User2>
</Search>
</language>
https://www.virtualdj.com/wiki/languagediff.html
only english one is available for new translations
and uploaded ones in settings -> Extensions -> Other -> Languages
to test:
as translations are "cumulative" the following can modify "session" based
name it "whatever you want.xml" and store it in folder "VirtualDJ\Languages"
(modify language and fields to what you want)
start VDJ with your prefered language
in settings -> options select the new created file as new language
it must overwrite only the fields present in the translation
<?xml version="1.0" encoding="UTF-8"?>
<language lang="English" iso="en" author="Atomix Productions" version="9.0" build="5703">
<Columns>
<User1>Field1</User1>
<User2>Field2</User2>
</Columns>
</Search>
<User1>Field1</User1>
<User2>Field2</User2>
</Search>
</language>
Inviato Sat 30 May 20 @ 12:05 am