A quick background : I mainly develop interactive applications for exhibitions in musea. I have used Flash until now, but it is time to move on and Godot seems like a perfect upgrade.
I often need to create applications that are easy to translate into multiple languages without my intervention.
I normally use XML files to store configuration parameters, text per language etc...
I've read that Godot can load XML files (or any txt file), but can it also load audio files from a path that is stored inside the xml files ?
The use case is that exhibitions travel to different countries, and each country can create their own audio in their native language, store the files on disk, edit the xml files accordingly and have the application use the info provided through the xml file without needing to modify the application.
Can Godot do something like this or something similar ?