Package-level declarations
Types
Typealias representing a platform-specific implementation of the Tolgee class for Android.
An actual implementation of the Tolgee
class for a specific platform. This class is used to handle platform-specific operations and configurations related to the Tolgee localization framework.
Provides a platform-specific type alias for the Tolgee localization framework implementation. On Apple platforms, PlatformTolgee
is resolved to TolgeeApple
, which handles localization functionality specific to Apple environments.
Platform-specific implementation of the Tolgee interface. This class is expected to provide platform-dependent functionalities for the Tolgee library, enabling internationalization and localization features.
A platform-specific implementation of the Tolgee
class.
Platform-specific implementation of the Tolgee class.
An actual implementation of the Tolgee
class for a specific platform. This class is used to handle platform-specific operations and configurations related to the Tolgee localization framework.
Actual implementation of the PlatformTolgee
class for a specific platform. It extends the Tolgee
base class and is initialized with a Config
object.
A platform-specific implementation of the Tolgee class. This class extends the Tolgee base class and provides platform-dependent behavior.
Functions
Returns a localized formatted string from Tolgee cache or the application's package's default string table, substituting the format arguments as defined in java.util.Formatter and java.lang.String.format.
Returns a localized formatted string from Tolgee cache or the application's package's default string table, substituting the format arguments as defined in java.util.Formatter and java.lang.String.format.
Sets the locale configuration for the builder and returns the instance for further customization.