Gu.Localization
Gu.Localization copied to clipboard
``` System.IO.IOException : The process cannot access the file 'C:\Tfs\Map\MAP\Map.Client\Properties\Resources.resx' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode,String maybeFullPath) at System.IO.FileStream.Init(String path,FileMode mode,FileAccess access,Int32 rights,Boolean useRights,FileShare share,Int32...
Don't know if this is possible given that they can be used from xaml.
We need to undo the edit of the resx file and the generated file.
Before: ```xaml ``` After: ```xaml ``` @mgoertz-msft is there any hope for being able to do ^?
https://chat.stackoverflow.com/rooms/18165/conversation/emojiflags
```xml ``` To stay typed instead of using Tag. Question is what to name it?
This would enable translating to different languages in a view. Will complicate the code and API a bit. Then the static would have a Translator.Current singleton. Maybe having an ITranslator...
Checked in test `NoTranslationsWithReturnErrorInfo` with repro. My guess is that the static extension is called before the inheritance has trickled down when the control is buried deep in the visual...