How is internationalization taken care in Horizon for custom messages [closed]
I make use of
from django.utils.translation import ugettext_lazy as _
Will this perform suitable internationalization ? or should i explicitly mention the messages to be converted in files?