Closed Unassigned: Cannot use Loc in Style Setter [9305]
This is the issue as reported in Issue 2574, except using Loc and VS2012.When trying to set Setter.Value to Loc yields the following in VS 2012: 'LocExtension' is not valid for Setter.Value. The only...
View ArticleCommented Unassigned: Cannot use Loc in Style Setter [9305]
This is the issue as reported in Issue 2574, except using Loc and VS2012.When trying to set Setter.Value to Loc yields the following in VS 2012: 'LocExtension' is not valid for Setter.Value. The only...
View ArticleNew Post: "key: " in designer
After configuring my window every localized text is displayed in designer like this: "key: MyKeyName". Why is that? In window header I have:lex:LocalizeDictionary.DesignCulture="pl-PL"...
View ArticleNew Post: Wierd problem
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 ArticleNew Post: VB6 "Out Of Memory" when consuming via COM Interop
I added WpfLocalizationExtension to my project, and it works just fine when run natively using a C# Windows Form for viewing. I use this Windows Form for quick debugging, but this xaml is meant for...
View ArticleNew Post: binding with localized fallbackvalue
is it possible to localize the binding-fallbackvalue? <TextBlock Text="{MyProperty, FallbackValue={lex:Loc FallbackValue}}" /> --> Fallbackvalue keeps the text "Key: FallbackValue"
View ArticleNew Post: Prism and WPF Localization Extension generel questions
Hi I am quite newbie to WPF but trying to get my head around the localization task in a little project I am beginning to work on. First I tried making a small isolated testproject using WPF...
View ArticleCommented Feature: Retrieve extension that is bound to an object's property...
The engine should be able to get the extension instance, that is already bound to a certain object's property.Comments: Given a dependency object such as a label that has been bound to a localised...
View ArticleNew Post: visual studio 2012: designer crashes
hello, devs! i wanted to localize my application that i'm working on and i used this extension. i needed to read the 'idiot's guide' to get it into my application. but now i've got the following...
View ArticleNew Post: Enum localization
If I am not mistaken this only works with a single item, if I want to use a combobox I am forced to use the provided EnumComboBox or extend a 3rd party combobox the same way you did. I cannot use the...
View ArticleNew Post: Enum localization
I would like to request a little improvement for accessing it in code behind. I am trying to get a simple string out of the extension, and I think the neccessary steps to achieve this are unnessary....
View ArticleNew Post: Dynamic resource dll loading
Hi. Is there any changes in recent releases that could allow this?
View ArticleCreated Unassigned: LocExtension.ResolveLocalizedValue method is not...
LocExtension.ResolveLocalizedValue method throws "An element with the same key already exists" if called from multiple threads simultaneously.
View ArticleNew Post: "key: " in designer
Hy @all Are there any news? I have the same issue on VS2012 Pro Is there any Workaround? Maybe a Batchfile? Thanks in advance Sascha
View ArticleCommented 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 ArticleNew Post: switching DesignCulture doesn't seem to work
I've added wpflocalizeextension via NuGet and followed the instructions in the Documentation section. My window looks like this:<Window x:Class="WpfApplication12.MainWindow"...
View ArticleNew Post: Localization in style
ResourceDictionary is not derived from DependencyObject. You can solve this problem, by finding a suitable object in the final visual tree (after the resource is embedded), that is derived from...
View ArticleNew Post: Enum localization
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 ArticleCreated Unassigned: 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 Article