diff --git a/packages/react-native-editor/src/index.js b/packages/react-native-editor/src/index.js index c9e740b1671d7a..35a1b26f70ccea 100644 --- a/packages/react-native-editor/src/index.js +++ b/packages/react-native-editor/src/index.js @@ -51,7 +51,7 @@ const setupInitHooks = () => { wpHooks.doAction( 'native.setup-init-hooks' ); wpHooks.addAction( 'native.render', 'core/react-native-editor', ( props ) => { - setupLocale( 'fr', props.translations ); + setupLocale( props.locale, props.translations ); } ); // Map native props to Editor props