Updated Release: v2.2.0 (Dez 15, 2013)
This prerelease contains the following fixes and extensions:Implemented #9304Fix to #9306Fix to #9307Fix to #9308Implemented #9309Implemented #9310This release will add another function to the Resource...
View ArticleUpdated Wiki: Home
The Localization Extension...... is the easiest way to localize any type of DependencyProperties or native Properties on DependencyObjects under WPF & Silverlight.Feature Demo:Launch in another...
View ArticleNew Post: MVVM Light Compatibility?
Is this compatible with MVVM Light? I can't get it to work with the Framework. I have 2 identical projects in the following file. One simple WPF and one implemented with MVVM Light. I'm not binding any...
View ArticleClosed Feature: Disable cache option and cache clean [9310]
Hi, I am fighting with the same problem - I see that there is a cache used, which is kind of problem when I use my own provider. I implemented my own provider to support more things then just culture -...
View ArticleClosed Feature: Static ResolveLocalizedValue [9309]
It is available in the LocalizeDictionary class that is in fact called in ResolveLocalizedValue like this:LocalizeDictionary.Instance.GetLocalizedObject(resourceKey, target, targetCulture)The key and...
View ArticleClosed Issue: LocExtension.ResolveLocalizedValue method is not thread-safe...
LocExtension.ResolveLocalizedValue method throws "An element with the same key already exists" if called from multiple threads simultaneously.
View ArticleClosed Issue: Resource Assembly and GAC OR Satellite Assemblies and GAC [9307]
Actually I found the issue here,```var cultures = CultureInfo.GetCultures(CultureTypes.AllCultures);foreach (var c in cultures){ var dir = Path.Combine(assemblyLocation, c.Name); if...
View ArticleClosed Issue: Possible Bug in Resource Buffering [9306]
Hi,I think that I have the same issue. I have multiple independent modules with its own resx files (eg. one english and one swedish) and it has worked great defining the default assembly in the Xaml...
View ArticleClosed Feature: Retrieve extension that is bound to an object's property [9304]
The engine should be able to get the extension instance, that is already bound to a certain object's property.
View ArticleNew Post: Fetch Key
Not yet :-). But it's straightforward. Given, that your TextBlock above is named "myTextBox", you can do the following in code-behind:var ext = LocExtension.GetBoundExtension(myTextBox, "Text"); if...
View ArticleNew Post: MVVM Light Compatibility?
You used a dash in the MVVM Light project assembly name. If you change it to underscore, it will work.
View ArticleNew Comment on "Our first localized text"
Unofrutnately it does not work with DataGridColumns. For example with Header property of DataGridTextColumn.
View ArticleReviewed: v2.2.0 (Dec 30, 2013)
Rated 5 Stars (out of 5) - easy and powerful! Thank you very much for this great work.
View ArticleNew Post: GetUIString in ModelView using default Assembly and Dictionary
So, this was what I was running into as well (I am adapting a localized DisplayNameAttribute subclass, and piping it through LocExtension). However, the "Assembly" and "Dict" properties are marked as...
View ArticleNew Post: GetUIString in ModelView using default Assembly and Dictionary
Hi, you are right - they are marked as obsolete, but are still functional. We wanted to encourage the usage of the extended key syntax or to use the VisualTree to inherit these properties from XAML...
View ArticleNew Post: Ribbon control does not take new language values when we change...
Localized RibbonBar control to display specific language
View ArticleNew Post: "key: " in designer
How are the chances, that this issue gets fixed soon? I am afraid, that it was not a that good decision to rely on WPF Localizatin Extension. My main reason to do so was the benefit to see localization...
View ArticleNew Post: "Key:" is returned when using empty key
Hi guys, Thirst of all, I would like to thank you for your hard work on this great tool. I'm using it for some time in an application that I'm working on and it fulfilled all my requirements until now....
View Article