File
146553202364.jpg
- (43.81KB
, 320x240
, SPShelly.jpg
)
Hey 7chan, I wanted to make a memorial script to dedicate something regarding Muhammed Ali's death by making a .vbs script to play a song, but I was thinking on writing it also in multiple languages as well to accomodate it along with it, and not just in English.
Does anyone here know if it's possible to change dialog into different languages as well, if it's supportable? I run a Windows 10 computer, and here's what my script looks like:
Msgbox "May you rest in peace our dear conquestor"
Msgbox "RIP Muhammed Ali 1942-2016"
Msgbox "Your deeds will always be remembered..."
Msgbox "Rest in peace guardian angel"
Dim oPlayer
Set oPlayer = CreateObject("WMPlayer.OCX")
' Play audio
oPlayer.URL = "C:\Users\Zenheart47981\Desktop\Forest of Hope.mp3"
oPlayer.controls.play
While oPlayer.playState <> 1 ' 1 = Stopped
WScript.Sleep 100
Wend
' Release the audio file
oPlayer.close
Is it possible for me to write the script and add different language to it (IE add Russian letters, Vietnamese letters, Chinese letters, etc)?
Pic unrelated, but the script is.