less than a minute
Execute the following SQL command to change the configuration:
INSERT INTO configurationtable (customer, languagecode) VALUES ('factoryinsight', 0) ON CONFLICT(customer) DO UPDATE SET languagecode=0;
You can use the following guide:
Executing SQL commands in the United Manufacturing Hub?