Add new language to IIS 5 and booleand operators
am 04.10.2007 11:48:29 von hjpal
From registry
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Content Index\Language]
I have
Dutch_Dutch
English_UK
English_US
French_French
German_German
Italian_Italian
Neutral
Spanish_Modern
Swedish_Default
How do I add Danish
So that danish boolean operators "OG" "ELLER" may be used in stead of
"AND" "OR" in indexing server quieries.
Do I really have to build one myself by obtaining the Platform SDK and
a C++ compiler?
Re: Add new language to IIS 5 and boolean operators
am 08.10.2007 15:11:49 von hjpal
Never mind. I will use regEXP to convert words.
hjpal skrev:
> From registry
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Content Index\Language]
>
> I have
>
> Dutch_Dutch
> English_UK
> English_US
> French_French
> German_German
> Italian_Italian
> Neutral
> Spanish_Modern
> Swedish_Default
>
> How do I add Danish
>
> So that danish boolean operators "OG" "ELLER" may be used in stead of
> "AND" "OR" in indexing server quieries.
>
> Do I really have to build one myself by obtaining the Platform SDK and
> a C++ compiler?
>