You need to add the following text to the strings.xml file:
<string name="text_today">Today is %1s</string>
Then there is:
val date = SimpleDateFormat("EEEE").format(Date()) textview.text = getString(R.string.text_today, date)