In program that I am doing for a non-profit org. There are 2 languages being used.

I have 2 command buttons cmdFrench and cmdEnglish that set all the captions, msgbox, inputbox, lbs, etc the the language clicked.

(Note: this might not be the right way of doing it but heck, it worked, with alot of typing, were talking 15 forms)

But the question is how do I get the app to load with the last users default language?

Also should I put in all the code in the seperate command buttons or use one button with if else. ( I thought that seperate buttons that I would be better able to recall the last language.

Thanks,
VB newbie

Randy