Reverse engineered prompt

Build me a small Windows desktop app called Folder Linker. I want it to let me pick one source folder and one destination folder, then create a mirrored folder in the destination that points back to the original folder using a Windows junction. The main goal is to make linking folders simple for someone who does not want to use the command line.

Please give it a clean, basic interface with buttons to browse for both folders, a button to create the link, and a log area that explains what happened. If the destination already has a file or folder with the same name, make the app create the mirrored folder with an underscore added to the front of the name, and write that clearly in the log.

When the app opens for the first time, ask me which interface language I want to use, English or Portuguese. After that, let me switch languages with a button at the top of the window. Make it easy to build and publish as a single Windows exe.

Want more depth? Deep Reverse