Hi,
Ich nutze VSTO und .NET4.0.
Nun habe ich das Problem, dass ich mit validation.Add() eine dropdownliste für den User bauen will, in dem Werte aus einer Datei drin stehen. Funktioniert auch soweit.
Das Problem dabei ist aber, dass das Trennzeichen für die liste im Deutschen ";" und im Englischen "," ist.
Die Frage ist daher, ob es ein Property gibt, was mir dieses Zeichen ausgibt. Z.b. ähnlich dem Application.DecimalSeparator.
I'm using VSTO with .net4.0.
Now I got a problem with the method validation.Add(). I want to make a dropdownlist, where the user can select one of the values, which I read from a file.
Now I got the Problem that the separator for this list is in german ";" and in english ",".
Is there any property which can give me this separator in dependence of
the current culture?