Localizing Common dialogs in VC.NET

Hi,

I am currently localizing an appication into japanese in Windows 2000.

I use the OpenFileDialog to open files.

When I run the application on Japanese windows 2000, I can see that all the labels of OpenFileDialog come in japanese as expected.

But the error message for invalid file ie "... . Please verify the file existts " comes in english.

I want to know whether this is really the feature of OpenFileDialog or I need to set any other paramter.

Please help




Answer this question

Localizing Common dialogs in VC.NET

  • vhmau

    Thanks everybody for not replying

    But I eventually found the solution on a different forum.

    We need to install the .NET laguage pack for a specific language to see the messages come in the particular language.

    I installed it and it is working now.

    Seems microsoft created .NET in multiple packages

    U need to instal many to get even a small app running.

    And the say .NET is a great technology !!!!!!!!!!



  • Localizing Common dialogs in VC.NET