Does compose provide some standalone way to deal w...
# compose
d
Does compose provide some standalone way to deal with Strings and translations without xml resources?
a
I believe the
stringResource
function should be able to pull in the strings for the current language.
1
d
Yes, sorry I didn’t explain properly, correcting the message now
I seen there’s an
intl
artifact but no further info
a
d
Yup, but no further information about its purpose/usage Given it has a proper artifact, I was hoping in something as I described that can take benefit from it
a
Yeah. I think if this doesn't already exist, one could, theoretically, develop a system similar to Flutter: https://flutter.dev/docs/development/accessibility-and-localization/internationalization
d
Yup, not so hard, just didn’t want to reinvent the wheel 🙂
🙂 1
Thank you 🙂
a
Maybe somebody has a better answer if they're working on something similar
d
I’ll be waiting, still have to explore a lot about Compose 🙂