Windows Live Writer & Spelling - Where does the option hide?

image

Print | posted on Saturday, June 02, 2007 12:02 PM

Feedback


Gravatar

# re: Windows Live Writer & Spelling - Where does the option hide? 6/2/2007 1:11 PM Will

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...


Gravatar

# re: Windows Live Writer & Spelling - Where does the option hide? 6/2/2007 1:13 PM Ayende Rahien

Yes, I have the latest version, and I searched everywhere, but I couldn't find any setting that controlled it.


Gravatar

# Re: Windows Live Writer & Spelling - Where does the option hide? 6/2/2007 1:45 PM krzysztof@kozmic.pl (Krzysztof Koźmic)

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


Gravatar

# re: Windows Live Writer & Spelling - Where does the option hide? 6/2/2007 9:25 PM alex

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);
}
}


Gravatar

# re: Windows Live Writer & Spelling - Where does the option hide? 6/2/2007 9:28 PM Ayende Rahien

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!


Gravatar

# re: Windows Live Writer & Spelling - Where does the option hide? 6/3/2007 5:51 PM alex

LOL, I'll definitelly follow your advice

Comments have been closed on this topic.