# Different languages and bedrock workflow

**URL:** https://discourse.roots.io/t/different-languages-and-bedrock-workflow/1581
**Category:** bedrock
**Created:** 2014-04-25T15:21:20Z
**Posts:** 4

## Post 1 by @carlo_frinolli — 2014-04-25T15:21:20Z

Hi all,  
I was trying to build my production website ([nois3.it](http://nois3.it)) over bedrock. Fact is we’re using WPML and and italian localization for Wordpress.  
How can I integrate italian localization into this beautiful workflow?

Thanks

---

## Post 2 by @swalkinshaw — 2014-04-25T15:44:37Z

There’s a long issue about language support here: [https://github.com/roots/bedrock/issues/30](https://github.com/roots/bedrock/issues/30)

The easiest way is to copy your italian language files into `app/languages` and it should work.

There’s some more advanced workarounds in that issue if you want the files to work from within `wp/wp-content/languages`. With that [workaround](https://github.com/roots/bedrock/issues/30#issuecomment-32761066), you could replace this ZIP [https://github.com/roots/bedrock/blob/master/composer.json#L49](https://github.com/roots/bedrock/blob/master/composer.json#L49) with the Italian specific one.

---

## Post 3 by @carlo_frinolli — 2014-04-25T17:03:33Z

that worked! thank you!

---

## Post 4 by @Koodimonni — 2014-07-29T11:25:44Z

If you want them to be up to date you can check out this: [Install&Update wordpress languages with composer](http://discourse.roots.io/t/install-update-wordpress-languages-with-composer/2021)
