diff --git a/main.go b/main.go index 537b4e9..76e1f1c 100644 --- a/main.go +++ b/main.go @@ -29,6 +29,7 @@ var gaMeasurementID, gaSecretKey string const appName = "Tiny RDM" func main() { + os.Setenv("LANG", "zh_CN.UTF-8") // Create an instance of the app structure sysSvc := services.System() connSvc := services.Connection()