Lang
    Manages language translations and message localization.
Parameters
P
The type of the message provider.
C
The type of the text component.
Properties
Link copied to clipboard
                  A mutable map that associates a Class type with a conversion function. The conversion function transforms an input of type Any into an Any object of the specified target class type.
Link copied to clipboard
                  Expected type of the message key for type safety.
Link copied to clipboard
                  A mutable map that holds localized messages organized by language codes and message keys.
Link copied to clipboard
                  A mutable map that manages replacement logic for specific types.
Link copied to clipboard
                  Factory function to create a text component.