I have ss01 feature and I put this code inside, thinking that when I in inDesign set paragraph’s language and language in character field it would behave accordingly. Nothing happens, also tested in browser when setting html’s lang to french.
is it even possible to have language tag in stylistic set features?
Thanks!
language dflt;
sub x by b;
language FRA;
sub x by a;
You could also have multiple lookups in a feature. For example, first a FRA -exclusive lookup and then a dflt lookup at which point the first lookup will already have performed its substitutions.