storyblok / storyblok-php-client

Storyblok - PHP Client
https://www.storyblok.com
MIT License
34 stars 37 forks source link

Add support for i18n content retrieval #27

Closed lucadegasperi closed 2 years ago

lucadegasperi commented 3 years ago

While trying to create a multi language site using the php client, I found there is was no way to set the language a story should be retrieved in.

This PR adds support for the language and fallback_lang query string parameters.

christianzoppi commented 2 years ago

Thanks for your contribution, @lucadegasperi!