useTranslator
Sometimes you need ability to render some strings not as components.
For example, placeholder of input. In this cases useTranslator
might be very helpful.
That hook returns instance of class Translator
.
Sometimes you need ability to render some strings not as components.
For example, placeholder of input. In this cases useTranslator
might be very helpful.
That hook returns instance of class Translator
.