Muaz KADAN
01/23/2025, 1:13 PMcontext.resources.getIdentifier(
"hellow_message_$1",
"string",
context.packageName
)
Darron Schall
01/23/2025, 3:14 PMMuaz KADAN
01/24/2025, 7:06 AMMR.strings().app_name.desc().localized()
I want something like:
StringResource(resourceId: "app_name", bundle: Bundle.main).desc().localized()
but the second one is returning the string id instead of the corresponding string