diff --git a/commands/instances.go b/commands/instances.go index f09b749e23b..1e17bd485d5 100644 --- a/commands/instances.go +++ b/commands/instances.go @@ -334,6 +334,11 @@ func Init(req *rpc.InitRequest, responseCallback func(r *rpc.InitResponse)) erro }) } + // Refreshes the locale used, this will change the + // language of the CLI if the locale is different + // after started. + i18n.Init(configuration.Settings.GetString("locale")) + return nil }