Hey cuznarm,
Are you wanting the site to be multilingual? If so you can use a plugin like WPML. This tutorial explains- http://www.kadencethemes.com/working-wpml/
Or if you want something free Polylang is decent.
Or if you just want to translate here’s a good resource- https://wordpress.org/plugins/loco-translate/
You can use css like this to move the sidebar to the left:
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}
Just paste that in your custom css box in Theme Options > Advanced Settings.
Hannah