Package-level declarations
Functions
Sets the locale configuration for the builder and returns the instance for further customization.
Returns a localized string from the given resource ID.
Retrieves a localized string resource based on the provided resource ID using Tolgee for translations. If a translation is available from Tolgee, it is used; otherwise, the default string resource is returned.
Retrieves a localized string resource. If a Tolgee
instance is available, it uses it to fetch the translated string; otherwise, falls back to the default Compose string resource.
Retrieves a string resource based on the given parameters, supporting dynamic translation with Tolgee integration.
Retrieves a localized string based on the provided key, default value, and optional table name.
Provides a localized string based on the given key and optional default, using the specified Tolgee instance.
Retrieves a localized and formatted string based on the specified key, default value, table, and arguments. The method ensures the use of a Tolgee
instance if available, otherwise falls back to bundle-based localization.
Retrieves a localized string resource using the provided translation key, default value, optional table, and optional arguments. The translation is fetched from the specified Tolgee instance and updates dynamically using a state-based approach.
Returns a localized string for the given string resource.
Retrieves a localized string resource using the provided Tolgee translation library and resource key.
Provides a localized string for the given resource and format arguments.
Composable function to retrieve a localized string resource using Tolgee.