RewriteEngine On
RewriteCond %{REQUEST_URI} ^/(.+)\.json$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)\.json$ /en-EN.json [L,R=302]