Coming from WinForm, I am used to the convenience that, when you change the language of a WinForm control in design mode, it automatically put all string properties with [Localizable(true)] to the resx.
Now in WPF, although I found out you can still use resx instead of locbaml with markups like Content="{x:Static resx:Resource1.Str1}", it has the drawback of having to type it in myself. Really? Am I missing some shortcut key or menu buttons that can do that me?
Please help, thanks.
(Actually, seems like everything in WPF are oriented to typing instead of design mode. I am still in a shock for having to get my spoiled sense out from the comfort zone of design mode)