default to English not the testing French.

This commit is contained in:
larsbrubaker 2014-03-11 15:57:22 -07:00
parent b5367fecc8
commit fd6d04560b

View file

@ -16,7 +16,7 @@ namespace MatterHackers.Localizations
public static string Get(string EnglishText)
{
string language = "fr";
string language = "en";
if (language == "en")
{
return EnglishText;