Commented 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 ArticleUpdated Release: v2.2.0 (Nov 21, 2013)
Implemented #9304Fix to #9306Fix to #9307Fix to #9308Implemented #9309This release will add another function to the Resource Provider interface thus causing a minor build number step. The interface...
View ArticleUpdated Release: v2.2.0 (Nov 21, 2013)
Implemented #9304Fix to #9306Fix to #9307Fix to #9308Implemented #9309This release will add another function to the Resource Provider interface thus causing a minor build number step. The interface...
View ArticleReleased: v2.2.0 (Nov 21, 2013)
This prerelease contains the following fixes and extensions:Implemented #9304 Fix to #9306 Fix to #9307 Fix to #9308 Implemented #9309 This release will add another function to the Resource Provider...
View ArticleUpdated Release: v2.2.0 (Nov 21, 2013)
This prerelease contains the following fixes and extensions:Implemented #9304Fix to #9306Fix to #9307Fix to #9308Implemented #9309This release will add another function to the Resource Provider...
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: How to get localization string using a converter
Hi,Though I like the WPF Localization Extension but I couldn't figure out how to make my own converter to get the localize string Here is how my tab header will look in xaml Header="{Binding...
View ArticleNew Post: GetLocalizedObject being Cached
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 ArticleNew Post: Null is resolved when Resources are put in a folder of an assembly
Hi People, I have tried WPF LocalizeExtension in our project. When Resources are put in a folder of an assembly, null is always resolved from the dictionary with version 2.1.4. What would you suggest...
View ArticleNew Post: Fetch Key
Is there a possiblity to fetch the used key in code behind? So for example:<TextBlock Text="{lex:loc MyAssembly:MyResourceFile:MyKey}" /> In code behind I would like to fetch/read the specified...
View ArticleNew Post: GetUIString in ModelView using default Assembly and Dictionary
Hi! I set the DefaultAssembly and DefaultDictionary in my MainWindow:lex:ResxLocalizationProvider.DefaultAssembly="Internationalisation" lex:ResxLocalizationProvider.DefaultDictionary="Translation" In...
View ArticleNew Post: GetUIString in ModelView using default Assembly and Dictionary
Hi, To question #1: The key-only notation only works together with dependencyobjects that are in the visual or logical tree. In your VM code, you'll not have this condition and therefore the system...
View ArticleNew Post: How to get localization string using a converter
You cannot change a property of a binding once it was created.
View ArticleCreated Unassigned: 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 ArticleNew Post: GetLocalizedObject being Cached
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited 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 ArticleNew Post: Null is resolved when Resources are put in a folder of an assembly
Please have a look at the examples. There you can see how to use resources.
View ArticleNew Post: Fetch Key
With v2.2.0 you can fetch the extension that is bound to an object. With this you can then retrieve and even alter the key.
View ArticleEdited 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 ArticleReleased: v2.2.0 (Dec 15, 2013)
This prerelease contains the following fixes and extensions:Implemented #9304 Fix to #9306 Fix to #9307 Fix to #9308 Implemented #9309 Implemented #9310 This release will add another function to the...
View Article