How to change from google syncronization to local file loading from the code ? In I2Languages we could press Local tab and use local filename or we could use google spreadsheet. I want something like this:
#if _DEBUG
// use spreadsheets
#else
// use local file
#endif