Recommendations for Msgbox Language Independence

I am working on adding foreign language support for my app, and am looking for a recommendation on handling msgboxes. Changing prompts and captions is no problem, but I’d really like to replace the standard “OK”, “CANCEL” “YES”, “NO” with icons so that I don’t need to handle languages. I can see that the NSB.Msgbox I can alter the button captions, but switching to icon based buttons might be cleaner. Open to suggestions how others have handled this situation.

Just as a follow up, I ended up just coding the message box buttons with the proper language equivalents. Works fine.