I would like my program could have an option, before start (and ONLY FIRST TIME starting), to give users choice between two or more languages.
Then my program would start, always, with language selected first time program started.
How could I do it
I tried DialogueBox but it seems not work very well...
Maybe using a second form, which should be executed before my program, could work
I also think using If statements, I could call Text properties to show correct language to user.
Or there is other way to show correct words with my program