I am localizing a Windows Forms App written in C#, When I localize my app to different languages. Visual studio creates folder for each language like
\es-ES
\fr-FR etc
I would like to avoid this, because in my situation the app is present on user's drive root C:\ or E:\ etc I don't want to pollute the user's drive. I can however create one sub folder and let all the garbage go there.
Please advise how can I go about this.
Thanks,