-
How to retrieve language specific letters in if else statement
Hello gyus,
I’m preparing AE template for a client and I want the lower thirds to be edited directly from Premiere Pro via dynamic links. I use SourceRectAtTime() function to generate background for text and everything is but the problem happens, when I have Polish language specific letters Ó, Ż, Ć, Ń.Basically what I want is to lower the position of the shape when the test include one of those language specific letter. How do I retrieve them in if esle statemanet?
I imagine an expression on x position value of a shape like this:
if (thisLayer.textSource include Ó,Ż,Ń,Ć) "new x position value" else "old x position value"Am I thinking in a good way? I would be really grateful for help.
Cheers!
if (thisLayer.textSource include Ó,Ż,Ń,Ć) "new x position value" else "old x position value"