﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>alex commented on Windows Live Writer &amp; Spelling - Where does the option hide?</title><description>LOL, I'll definitelly follow your advice
</description><link>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment6</link><guid>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment6</guid><pubDate>Sun, 03 Jun 2007 14:51:55 GMT</pubDate></item><item><title>Ayende Rahien commented on Windows Live Writer &amp; Spelling - Where does the option hide?</title><description>Alex,
  
I am very sorry, but you are working around a technical limitation of the product.
  
At this moment, you surely have three teams of highly trained ninja lawyers headed your way.
  
RUN!
  
</description><link>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment5</link><guid>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment5</guid><pubDate>Sat, 02 Jun 2007 18:28:57 GMT</pubDate></item><item><title>alex commented on Windows Live Writer &amp; Spelling - Where does the option hide?</title><description>I've made a custom launcher to fix this issue:
  
  
using System.Globalization;
  
using System.Threading;
  
  
class Program
  
{
  
    static void Main()
  
    {
  
        string exe = @"C:\Archivos de programa\Windows Live Writer\WindowsLiveWriter.exe";
  
  
        System.AppDomain app = System.AppDomain.CreateDomain(exe);
  
        Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
  
  
        app.ExecuteAssembly(exe);
  
    }
  
}
</description><link>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment4</link><guid>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment4</guid><pubDate>Sat, 02 Jun 2007 18:25:09 GMT</pubDate></item><item><title>krzysztof@kozmic.pl (Krzysztof Koźmic) commented on Windows Live Writer &amp; Spelling - Where does the option hide?</title><description>Hey, I have same issue :/ I blogged about it as well, and posted comment on WMW blog. I don't have english windows too, and there is no official WMW release for my language so I think it might have something to do with it :/
  
Krzysztof Koźmic
</description><link>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment3</link><guid>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment3</guid><pubDate>Sat, 02 Jun 2007 10:45:57 GMT</pubDate></item><item><title>Ayende Rahien commented on Windows Live Writer &amp; Spelling - Where does the option hide?</title><description>Yes, I have the latest version, and I searched everywhere, but I couldn't find any setting that controlled it.
</description><link>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment2</link><guid>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment2</guid><pubDate>Sat, 02 Jun 2007 10:13:55 GMT</pubDate></item><item><title>Will commented on Windows Live Writer &amp; Spelling - Where does the option hide?</title><description>I am guessing, but maybe it has something to do with your (hebrew) language settings?  Do you have the most recent version?  My copy underlines that just like Word does...
</description><link>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment1</link><guid>http://ayende.com/2477/windows-live-writer-spelling-where-does-the-option-hide#comment1</guid><pubDate>Sat, 02 Jun 2007 10:11:33 GMT</pubDate></item></channel></rss>