Language Variants Not Unique?
# help-with-umbraco
r
Added in multiple language variants support, allowed vary by culture on my document type, but for some reason when I edit a french page that content change also affects the english side, I only save and publish for that variant. Is there something I need to enable or do in order for the functionality to work? Or is it because its all in a block type pulling in different document types into it? The only thing that seems to work is the difference in title. https://cdn.discordapp.com/attachments/1338758923389370398/1338758923704074280/umbracoLanguageHelp.PNG?ex=67ac3fe8&is=67aaee68&hm=871bb736f95a12cdbd045b51537f23927fd30b1c9432786a6ddc4602106bba8f&
l
You also need to vary the individual field by value. Setting it on the document type only enables variants, but not enabled it automatically for the fields on it
r
ahhh awesome, I thought if i just enabled it for the whole doc type it would do it for the fields within. Thank you
l
nope, this way you can determine what fields you want to share between languages and what fields not. For instance: a title is probably specific per language, but an image could be the same for all languages.