diff --git a/components/apollo/List.vue b/components/apollo/List.vue
index 40c5003336b86d0cd46c1287742482c7a98363c7..2962f047037a421f84b4a98b2a616b5083ef6699 100644
--- a/components/apollo/List.vue
+++ b/components/apollo/List.vue
@@ -31,7 +31,7 @@ export default {
 	methods: {
 		setClient(e) {
 			localStorage.setItem("apollo-client", e.target.value)
-			location.reload()
+			location.assign(this.$i18n.locale + "/index.html")
 		}
 	}
 }