开发者

Localization of OS dialog boxes e.g. FileOpenDialog, etc

开发者 https://www.devze.com 2022-12-09 17:40 出处:网络
I am localizing my winform application for french and japenese. We have fileOpenDialog used at some places, when I change the CurrentUICulture to ja-JP or fr-FR, application displays the localized scr

I am localizing my winform application for french and japenese. We have fileOpenDialog used at some places, when I change the CurrentUICulture to ja-JP or fr-FR, application displays the localized screens But the dialog boxes are shown in English, i.e default OS setting.

Is it not locali开发者_C百科zable ? or there is any alternative to it?

Thanks.


The Common File Dialogs and Common Item Dialogs are part of Windows itself and use the language of the underlying Windows installation. The only way to change their language is by reinstalling a different language variant of Windows.

0

精彩评论

暂无评论...
验证码 换一张
取 消