LocalizationOptions constructor

LocalizationOptions(
  1. String languageCode, {
  2. String basicInfo = "BasicInfo",
  3. String commonTools = "CommonTools",
  4. String debugTools = "DebugTools",
  5. String otherTools = "OtherTools",
  6. String dialogConfirm = "Confirm",
  7. String dialogCancel = "Cancel",
  8. String unconfigured = "Unconfigured",
  9. String config = "config",
  10. String parentDir = "Parent",
  11. String refresh = "refresh",
  12. String fileOpen = "Open",
  13. String fileRename = "Rename",
  14. String fileDelete = "Delete",
  15. String fileDeleteSuccess = "delete success",
  16. String httpProxy = "HttpProxy",
  17. String httpRequest = "HttpRequest",
  18. String requestDetail = "Detail",
  19. String appInfo = "AppInfo",
  20. String deviceInfo = "DeviceInfo",
  21. String floatButton = "FloatButton",
  22. String fileExplorer = "FileExplorer",
  23. String performanceToggle = "Performance",
  24. String serverConfig = "Server",
  25. String copied = "copied",
  26. String webServer = "WebServer",
  27. String rules = "rules",
  28. String records = "records",
})

Implementation

LocalizationOptions(
  this.languageCode, {
  this.basicInfo = "BasicInfo",
  this.commonTools = "CommonTools",
  this.debugTools = "DebugTools",
  this.otherTools = "OtherTools",
  this.dialogConfirm = "Confirm",
  this.dialogCancel = "Cancel",
  this.unconfigured = "Unconfigured",
  this.config = "config",
  this.parentDir = "Parent",
  this.refresh = "refresh",
  this.fileOpen = "Open",
  this.fileRename = "Rename",
  this.fileDelete = "Delete",
  this.fileDeleteSuccess = "delete success",
  this.httpProxy = "HttpProxy",
  this.httpRequest = "HttpRequest",
  this.requestDetail = "Detail",
  this.appInfo = "AppInfo",
  this.deviceInfo = "DeviceInfo",
  this.floatButton = "FloatButton",
  this.fileExplorer = "FileExplorer",
  this.performanceToggle = "Performance",
  this.serverConfig = "Server",
  this.copied = "copied",
  this.webServer = "WebServer",
  this.rules = "rules",
  this.records = "records",
});