.net - WPF Localization with Visual Studio 2013 -


i want learn how localize wpf project written in c#.
found following webpage , followed example of wpf localization, run dialog box example
https://msdn.microsoft.com/en-us/library/ms788718.aspx
created new project according description , worked until have use locbaml utility.
tried download utility ms url http://go.microsoft.com/fwlink/?linkid=160016 not work (anymore).
searched internet tool , found seems old version. able use command locbaml /parse rundialog.resources.dll /out: generate "rundialog.resources.dll.csv" , csv file created file empty.

now questions:

  1. does else have experience localization , locbaml utility , knows find updated version of utility , maybe more detailed description or sample how use it?

  2. is localization using description in ms article above best way work localization or there better alternatives?

currently work example learn it. program plan localize in planning , design scratch flexible use whatever way now.

i used approach. it's easy. http://www.codeproject.com/articles/299436/wpf-localization-for-dummies

nice tool managing resources: https://resxresourcemanager.codeplex.com/


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -