default to English not the testing French.
This commit is contained in:
parent
b5367fecc8
commit
fd6d04560b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace MatterHackers.Localizations
|
|||
|
||||
public static string Get(string EnglishText)
|
||||
{
|
||||
string language = "fr";
|
||||
string language = "en";
|
||||
if (language == "en")
|
||||
{
|
||||
return EnglishText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue