.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:
does else have experience localization , locbaml utility , knows find updated version of utility , maybe more detailed description or sample how use it?
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
Post a Comment