If I get this correctly, you want to have different CSS for every language.
Fist of all in you "themes.json" set param "localeOverwrites" to "true".
Then you need to follow this simple rule - path to overwriting file should be same as default file path when you remove "/l18n/lang_code".
For example, one of these files:
magento2/vendor/snowdog/theme-blank-sass/styles/blocks/i18n/en_US/_buttons.scss
magento2/vendor/snowdog/theme-blank-sass/styles/i18n/en_US/blocks/_buttons.scss
magento2/vendor/snowdog/theme-blank-sass/i18n/en_US/styles/blocks/_buttons.scss
Will overwrite:
magento2/vendor/snowdog/theme-blank-sass/styles/blocks/_buttons.scss