<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WPFLocalizeExtension Forum Rss Feed</title><link>http://www.codeplex.com/WPFLocalizeExtension/Thread/List.aspx</link><description>WPFLocalizeExtension Forum Rss Description</description><item><title>New Post: emulating StringFormat behaviour</title><link>http://wpflocalizeextension.codeplex.com/discussions/446931</link><description>&lt;div style="line-height: normal;"&gt;Hi all,&lt;br /&gt;
&lt;br /&gt;
I need to localize the format of a dynamic string, much like StringFormat does in bindings. I've looked around and I've found a few threads on this topic, all of which said that this was impossible to do directly because bindings are not DependencyObjects, which is reasonable. Some workaround are proposed, all of which seem a bit clunky.&lt;br /&gt;
&lt;br /&gt;
That said, there is another localisation library on codeproject (&lt;a href="http://www.codeproject.com/Articles/249369/Advanced-WPF-Localization" rel="nofollow"&gt;http://www.codeproject.com/Articles/249369/Advanced-WPF-Localization&lt;/a&gt;) which has other issues but, on this topic, manages to do something very close to a binding's StringFormat. It has a LocBinding extension which, while not actually being a binding, in practice behaves exactly like a MultiBinding, except that it takes a resource key instead of a StringFormat. It's a much more elegant solution than all the workarounds I've found so far. Unfortunately, I do not have sufficient knowledge of the guts of the dependency property system to understand how this works, but it works.&lt;br /&gt;
&lt;br /&gt;
Now, all the threads I've found on the topic are fairly old, so I'm wondering whether in the mean time, a similar solution has been implemented in WPF Localization Extension, or if it hasn't, if there are any plans for it.&lt;br /&gt;
&lt;/div&gt;</description><author>filpolo</author><pubDate>Thu, 13 Jun 2013 10:11:27 GMT</pubDate><guid isPermaLink="false">New Post: emulating StringFormat behaviour 20130613101127A</guid></item><item><title>New Post: How to make sample CSVLocalizationProvider to work in design mode? </title><link>http://wpflocalizeextension.codeplex.com/discussions/444959</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
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 :)&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;/div&gt;</description><author>danmihaila</author><pubDate>Thu, 06 Jun 2013 13:26:31 GMT</pubDate><guid isPermaLink="false">New Post: How to make sample CSVLocalizationProvider to work in design mode?  20130606012631P</guid></item><item><title>New Post: Load .resx file at runtime</title><link>http://wpflocalizeextension.codeplex.com/discussions/445813</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
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.&lt;br /&gt;
I checked some old discussions, but I didn't understand if it is already implemented.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
 Dan&lt;br /&gt;
&lt;/div&gt;</description><author>danmihaila</author><pubDate>Mon, 03 Jun 2013 11:41:58 GMT</pubDate><guid isPermaLink="false">New Post: Load .resx file at runtime 20130603114158A</guid></item><item><title>New Post: Changing resource is not reflected</title><link>http://wpflocalizeextension.codeplex.com/discussions/444125</link><description>&lt;div style="line-height: normal;"&gt;Hello Uwe,&lt;br /&gt;
&lt;br /&gt;
Sorry if I did not express me the right way. BOTH Languages I am currently using are working at design time. I can switch between them, no problem. BUT...&lt;br /&gt;
To me it looks, as if a snapshot of the resources is made at startup and this snapshot is not updated when resx is changed. I mean, as soon as I add a new entry to my resx file and then use it in xaml the designer shows a empty string as you can see it in the mentioned screenshot. To get the new resx entries to work, I have to shutdown VS and restart it.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Rainer&lt;br /&gt;
&lt;/div&gt;</description><author>RainerQ</author><pubDate>Tue, 28 May 2013 03:36:45 GMT</pubDate><guid isPermaLink="false">New Post: Changing resource is not reflected 20130528033645A</guid></item><item><title>New Post: How to make sample CSVLocalizationProvider to work in design mode? </title><link>http://wpflocalizeextension.codeplex.com/discussions/444959</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
this issue is related to the general design time issue. The designer does not copy the CSV file to its temporary folder during design time.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Mon, 27 May 2013 22:19:51 GMT</pubDate><guid isPermaLink="false">New Post: How to make sample CSVLocalizationProvider to work in design mode?  20130527101951P</guid></item><item><title>New Post: Changing resource is not reflected</title><link>http://wpflocalizeextension.codeplex.com/discussions/444125</link><description>&lt;div style="line-height: normal;"&gt;Hi Rainer,&lt;br /&gt;
&lt;br /&gt;
at least one language (to be exact: the language of the first satellite assembly, when sorted alphabetically) should also work at designtime. Nevertheless the designtime is not working properly due to a strange behavior of the VS2012 designer (see also &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/a68b56f8-d14d-47c0-b253-633cd2629249" rel="nofollow"&gt;this thread&lt;/a&gt;). This issue is still open.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Mon, 27 May 2013 22:17:28 GMT</pubDate><guid isPermaLink="false">New Post: Changing resource is not reflected 20130527101728P</guid></item><item><title>New Post: How to make sample CSVLocalizationProvider to work in design mode? </title><link>http://wpflocalizeextension.codeplex.com/discussions/444959</link><description>&lt;div style="line-height: normal;"&gt;I've my own application, where I need to use csv files as my localization resources. I can't make sample CSVLocalizationProvider to work in design mode. Project is set as startup. Everything is ok  in runtime.&lt;br /&gt;
&lt;/div&gt;</description><author>Torpederos</author><pubDate>Sat, 25 May 2013 10:00:32 GMT</pubDate><guid isPermaLink="false">New Post: How to make sample CSVLocalizationProvider to work in design mode?  20130525100032A</guid></item><item><title>New Post: Changing resource is not reflected</title><link>http://wpflocalizeextension.codeplex.com/discussions/444125</link><description>&lt;div style="line-height: normal;"&gt;Hi Uwe,&lt;br /&gt;
&lt;br /&gt;
it seems to be only a designtime issue. If I edit my textes in the resx file and run the app, the changes are shown. Stopping the program and returning to the designer, the text field is still empty as shown in the screenshot at:&lt;br /&gt;
&lt;a href="https://www.dropbox.com/s/e1d8ay54b96pumz/WpfLocIssue1.JPG" rel="nofollow"&gt;https://www.dropbox.com/s/e1d8ay54b96pumz/WpfLocIssue1.JPG&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Rainer&lt;br /&gt;
&lt;/div&gt;</description><author>RainerQ</author><pubDate>Wed, 22 May 2013 03:08:39 GMT</pubDate><guid isPermaLink="false">New Post: Changing resource is not reflected 20130522030839A</guid></item><item><title>New Post: Changing resource is not reflected</title><link>http://wpflocalizeextension.codeplex.com/discussions/444125</link><description>&lt;div style="line-height: normal;"&gt;Hi Rainer,&lt;br /&gt;
&lt;br /&gt;
is this a runtime or designtime issue or both?&lt;br /&gt;
&lt;br /&gt;
If it is just a design time issue, please be patient, because starting with VS2012 the designer does not react properly to the setting of the DesignCulture property.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Tue, 21 May 2013 19:10:39 GMT</pubDate><guid isPermaLink="false">New Post: Changing resource is not reflected 20130521071039P</guid></item><item><title>New Post: Changing resource is not reflected</title><link>http://wpflocalizeextension.codeplex.com/discussions/444125</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I just started to learn WPF Localization Extensions. &lt;br /&gt;
My environment :&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;VS2012&lt;/li&gt;
&lt;li&gt;
WPF application&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
The problem I have right now, that if I change my resource string in the resx file, this does not get reflected in my designer view. Even if I rebuild my whole solution this is the case. In oder to see the changes I need to close VS and reopen it.&lt;br /&gt;
Is this a known issue, or am I doing things wrong?&lt;br /&gt;
&lt;br /&gt;
Thanks for any help and hints!&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Rainer&lt;br /&gt;
&lt;/div&gt;</description><author>RainerQ</author><pubDate>Sat, 18 May 2013 10:46:18 GMT</pubDate><guid isPermaLink="false">New Post: Changing resource is not reflected 20130518104618A</guid></item><item><title>New Post: Set LocalizeDictionary.DefaultProvider ApplicationWide with DesignTime support in SL5</title><link>http://wpflocalizeextension.codeplex.com/discussions/442911</link><description>&lt;div style="line-height: normal;"&gt;I found a Solution, I implemented my own Localizeable Dictionary, but the Promblem I now had was that it did not work in VS2010 because it does not support Markup Extensions!&lt;br /&gt;
&lt;/div&gt;</description><author>jogibear9988</author><pubDate>Thu, 16 May 2013 21:06:37 GMT</pubDate><guid isPermaLink="false">New Post: Set LocalizeDictionary.DefaultProvider ApplicationWide with DesignTime support in SL5 20130516090637P</guid></item><item><title>New Post: Set LocalizeDictionary.DefaultProvider ApplicationWide with DesignTime support in SL5</title><link>http://wpflocalizeextension.codeplex.com/discussions/442911</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
for runtime I yould suggest setting it in the App class during startup. For designtime you'll have to implement it in each form unfortunately, because the designer only looks at this particular instance (as far as I know).&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:55:03 GMT</pubDate><guid isPermaLink="false">New Post: Set LocalizeDictionary.DefaultProvider ApplicationWide with DesignTime support in SL5 20130516085503P</guid></item><item><title>New Post: Embedding language specific generated assemblies</title><link>http://wpflocalizeextension.codeplex.com/discussions/441080</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="https://wpflocalizeextension.codeplex.com/workitem/9293" rel="nofollow"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:52:34 GMT</pubDate><guid isPermaLink="false">New Post: Embedding language specific generated assemblies 20130516085234P</guid></item><item><title>New Post: Multiple languages</title><link>http://wpflocalizeextension.codeplex.com/discussions/442958</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
the VS2012 designer has problems with multiple satellite assemblies. I already opened a forums discussion at Microsoft regarding this issue, but did get results yet.&lt;br /&gt;
I'll keep you informed (or just have a look at the progress of issue #9269.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:51:03 GMT</pubDate><guid isPermaLink="false">New Post: Multiple languages 20130516085103P</guid></item><item><title>New Post: Object of type 'SLLocalizeExtension.Extensions.LocTextExtension' cannot be converted to type 'System.String'</title><link>http://wpflocalizeextension.codeplex.com/discussions/420578</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="https://wpflocalizeextension.codeplex.com/workitem/9292" rel="nofollow"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:48:14 GMT</pubDate><guid isPermaLink="false">New Post: Object of type 'SLLocalizeExtension.Extensions.LocTextExtension' cannot be converted to type 'System.String' 20130516084814P</guid></item><item><title>New Post: Object of type 'SLLocalizeExtension.Extensions.LocTextExtension' cannot be converted to type 'System.String'</title><link>http://wpflocalizeextension.codeplex.com/discussions/420578</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Thank you for this hint. Of course I tried the SLTest project in VS2012 but the TextBlock instances that are defined in the DataTemplate were working. Nevertheless, I tried an additional TextBlock and I got the same error. I'll have a look on that.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:47:34 GMT</pubDate><guid isPermaLink="false">New Post: Object of type 'SLLocalizeExtension.Extensions.LocTextExtension' cannot be converted to type 'System.String' 20130516084734P</guid></item><item><title>New Post: Display key in case key doesn't exist in resource files</title><link>http://wpflocalizeextension.codeplex.com/discussions/443617</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="https://wpflocalizeextension.codeplex.com/workitem/9291" rel="nofollow"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:38:14 GMT</pubDate><guid isPermaLink="false">New Post: Display key in case key doesn't exist in resource files 20130516083814P</guid></item><item><title>New Post: Getting a list of available languages</title><link>http://wpflocalizeextension.codeplex.com/discussions/443964</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
It tries to detect subdirectories containing the satellite assemblies. Maybe one of the components you use also includes a couple of additional languages (lot's of community components actually do this). The detection algorithm then adds them to the MergedAvailableCultures list.&lt;br /&gt;
&lt;br /&gt;
In these cases, I usually deleted the unused language subdirectories of the particular components in the bin directory and the source of the component (e.g. NuGet).&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Uwe&lt;br /&gt;
&lt;/div&gt;</description><author>MrCircuit</author><pubDate>Thu, 16 May 2013 20:35:12 GMT</pubDate><guid isPermaLink="false">New Post: Getting a list of available languages 20130516083512P</guid></item><item><title>New Post: Getting a list of available languages</title><link>http://wpflocalizeextension.codeplex.com/discussions/443964</link><description>&lt;div style="line-height: normal;"&gt;Hello there,&lt;br /&gt;
according to the extension, the ObservableCollection&amp;lt;CultureInfo&amp;gt; MergedAvailableCultures, is:&lt;br /&gt;
&amp;quot;Gets the merged list of all available cultures.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The thing is, when I'm using it a an itemsource to list the available cultures, I get a list of the culture I've set up, PLUS some cultures I have not.&lt;br /&gt;
&lt;br /&gt;
I wanted to know if there's a way to get a list of only the languages I have a resource set up for... is there?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>biasaf</author><pubDate>Thu, 16 May 2013 20:04:57 GMT</pubDate><guid isPermaLink="false">New Post: Getting a list of available languages 20130516080457P</guid></item><item><title>New Post: Display key in case key doesn't exist in resource files</title><link>http://wpflocalizeextension.codeplex.com/discussions/443617</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
Thank you for your answer. But my question was: can we display the key from xaml if the key is not present in Resources.resx or any other language file?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
 Dan&lt;br /&gt;
&lt;/div&gt;</description><author>danmihaila</author><pubDate>Wed, 15 May 2013 10:23:18 GMT</pubDate><guid isPermaLink="false">New Post: Display key in case key doesn't exist in resource files 20130515102318A</guid></item></channel></rss>