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