0

I have an application where user can choose between 2 languages.

Is to possible to change the FolderBrowserDialog language(Buttons, Browse for folder). Maybe with CultureInfo?

Thank you for your help.

Nejchy
  • 666
  • 11
  • 24

1 Answers1

1

I don't think it's possible: the FolderBrowserDialog is a Windows component, so its language only depends on the system language.

Thomas Levesque
  • 286,951
  • 70
  • 623
  • 758