New Post: Load .resx file at runtime
Hello, Is it possible to load the resx file at runtime? I have an application that is getting .resx file and I would like to load it at runtime. I checked some old discussions, but I didn't understand...
View ArticleNew Post: How to make sample CSVLocalizationProvider to work in design mode?
Hi, Can we force to use the ResxProvider at design time? Or maybe to copy the csv to its temporary folder? I am facing the same issue here :) Thanks,
View ArticleEdited Issue: SetBinding exception in Silverlight [9295]
The code behind binding throws an exception in Silverlight:Attempt by method 'SLLocalizeExtension.Extensions.LocExtension.SetBinding(System.Object, System.Object, Int32)' to access field...
View ArticleCommented Issue: SetBinding exception in Silverlight [9295]
The code behind binding throws an exception in Silverlight:Attempt by method 'SLLocalizeExtension.Extensions.LocExtension.SetBinding(System.Object, System.Object, Int32)' to access field...
View ArticleNew Post: emulating StringFormat behaviour
I is not directly implemented but you can do one of the following things:Use a custom converter in your binding that has a localizable propertyCreate a proxy class that injects the localization engine...
View ArticleNew Post: How to make sample CSVLocalizationProvider to work in design mode?
Actually, I knew it would :-)
View ArticleNew Post: Set LocalizeDictionary.DefaultProvider ApplicationWide with...
Unfortunately, I do not have a test system with VS2010 anymore :-(.
View ArticleNew Post: How to make sample CSVLocalizationProvider to work in design mode?
When can we expect new version of library?
View ArticleNew Post: How to make sample CSVLocalizationProvider to work in design mode?
I cannot promise you an exact date but my plan is to have it finished in the next 1-2 weeks.
View ArticleNew Post: FlowDocument support
Here we have again an example of broken or missing parent-child relationships. You have to use the full assembly:dict:key syntax in the extension. Sorry for that.
View ArticleNew Post: FlowDocument support
There are no stupid questions - only stupid answers :-) I've just described this effect a lot of times before. The engine tries to look up the assembly and dictionary attached properties from the...
View ArticleNew Post: FlowDocument support
the right way how it should be done:<Page x:Class="Abc.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
View ArticleNew Post: Changing resource is not reflected
Hi Uwe, thanks for keeping me updated. I already was wondering if there any progress on this issue ;-) Regards Rainer
View ArticleCommented Issue: SetBinding exception in Silverlight [9295]
The code behind binding throws an exception in Silverlight:Attempt by method 'SLLocalizeExtension.Extensions.LocExtension.SetBinding(System.Object, System.Object, Int32)' to access field...
View ArticleCommented Issue: SetBinding exception in Silverlight [9295]
The code behind binding throws an exception in Silverlight:Attempt by method 'SLLocalizeExtension.Extensions.LocExtension.SetBinding(System.Object, System.Object, Int32)' to access field...
View ArticleNew Post: Problem using Inline
Hi, Thanks for your explanation. I don't really understand what you mean by "adding the assembly and dict settings to your hyperlink entry". Can you give me a little more detail please ? Regards.
View ArticleNew Post: Problem using Inline
Ok, I now see what you mean by assembly and dict setting. But as these properties are marked as obsolete, is there a better way to do this ?
View Article