When a .csproj has a neutral language set, for example:
<NeutralLanguage>en</NeutralLanguage>
and the following assignment is executed:
Translator.Culture = CultureInfo.GetCultureInfo("en");
the following exception is thrown:
System.ArgumentException : Can only set culture to an existing culture.
Check the property Cultures for a list of valid cultures.