string Resource
Composable function to load a localized string synchronously.
Composable function to load a localized string synchronously and format it with arguments.
Composable function to load a localized string synchronously.
Composable function to load a localized string synchronously and format it with arguments.
Loads a localized string synchronously from the design system bundle using the specified key.
Return
The resolved localized string.
Parameters
The translation key defined in the localized string tables.
Loads a localized string synchronously from the design system bundle using the specified key and formats it with the provided arguments.
Return
The resolved and formatted localized string.
Parameters
The translation key defined in the localized string tables.
The formatting arguments to apply.
Composable function to load a localized string synchronously.
Composable function to load a localized string synchronously and format it with arguments.