Looking at the POS UI doc and it doesn’t seems to be anything for internationalization and localization, because normally in other extensions, its simply
const { extension, i18n } = useApi();
But for POS UI, there is no i18n api, just wondering how does one do internationalization? get the currency from Session api or subscribe to Locale api changes, then use those to work out the language?