PolyglotValueLocalizer

A generic PolyglotLocalizer that accepts a just value of type T and returns a result of type R.

Note that any class implementing this interface is not strictly required to return the same exact string for the same value in different platforms.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun localize(value: T): R