Core Persistence With NHibernate London, 24th Febuary
Learn how to effectively and efficently make use of NHibernate in your applications.
Ads by The Lounge
My name is Oren Eini and you can reach me by email: Ayende@ayende.com Cell: +972 52-548-6969 / +1 201-820-0222 About me
Suggest new posts
NHibernate Homepage
Windows Live Writer & Spelling - Where does the option hide?
Print | posted on Saturday, June 02, 2007 12:02 PM
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...
Yes, I have the latest version, and I searched everywhere, but I couldn't find any setting that controlled it.
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
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); }}
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!
LOL, I'll definitelly follow your advice
Powered by: Copyright © Ayende Rahien