R
Robin Tucker
Should I consider this to work in other locales?
If theServer.Name <> "(local)" and theServer.Name <> "(localhost)"
Then
' Can only use local machine in this version.....
End If
I'm trying to say "if you didn't choose the local machine from the list of
servers returned by the DMO server enumeration function, then you can't
continue". Now, the question is, does M$ return the word (local) or
(localhost) in, say, hebrew for a machine in that locale, or will it always
return the english (local)? Small thing for me to add these strings to my
translated resources, but I'm curious to know the answer.
Cheers
Robin
If theServer.Name <> "(local)" and theServer.Name <> "(localhost)"
Then
' Can only use local machine in this version.....
End If
I'm trying to say "if you didn't choose the local machine from the list of
servers returned by the DMO server enumeration function, then you can't
continue". Now, the question is, does M$ return the word (local) or
(localhost) in, say, hebrew for a machine in that locale, or will it always
return the english (local)? Small thing for me to add these strings to my
translated resources, but I'm curious to know the answer.
Cheers
Robin