In Flex, both String(null) == "null" and ""+null == "null" (the string "null", not the null value).
Don't know if that's the equivalent of Language.string(). On 11/12/2021 4:05 AM, Harbs wrote: > I wonder if Language.string() should return “” for undefined. It currently > returns null. I think “” would generally be a more expected result.