fun Context.getString(@StringRes resId: Int?): String
Get resource string from optional id
resId - Resource string identifier.
resId
Return The key value if exist, otherwise empty.