Z-Strings?

Is there a way to get Z-strings in UXP?
Such as in JSX: localize ("$$$/UI/title1=Sample"))

UXP does not support Z-Strings. Mostly.

There are a few places you can use them and it’ll render correctly (namely, native widgets like <button>), but UXP can’t access the resulting translation and return it to you.