GorgHeLL Posted November 10, 2007 Posted November 10, 2007 Hello, I have a question, can i translate the text of the buttons of an MsgBox in another language? I mean the buttons: YES NO OK CANCEL RETRY etc... I made a small app in my native language but i would like it all to be in that language, not the message box to pop-up a question in my language but the answer buttons to be in english. Thanks. [font="Tahoma"]pr0tected by smith & wesson[/font]
narayanjr Posted November 10, 2007 Posted November 10, 2007 I dont know how to make it do that other then juts create your own msgbox make a gui and create your own buttons and write what you want on them
Nahuel Posted November 10, 2007 Posted November 10, 2007 If you mean the buttons in a "normal" messagebox, they already do that.
GorgHeLL Posted November 10, 2007 Author Posted November 10, 2007 If you mean the buttons in a "normal" messagebox, they already do that.Yes, i mean the buttons in a message box, but what do you mean by that?For example:MsgBox(4132, "Salut...", "Ai vrea sa iesim azi la un suc?")This msg box will show a Question and a "Yes" or "No" button.I want to translat the "Yes" or "No" to "Da" and "Nu"Can i do that? [font="Tahoma"]pr0tected by smith & wesson[/font]
Nahuel Posted November 10, 2007 Posted November 10, 2007 But.. is your OS in English? Mine shows: Si, No. (Spanish) If you want it to be in a different language than your OS, I suppose you'd have to make a custom messagebox with GuiCreate()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now