![]() ![]() ![]() ![]() |
|
HiPi::Language Provides a wrapper around Wx support for gettext style translation.
Its purpose is to allow use of translation macros in code that may or may not be running with Wx loaded.
Exports t, t_p
and t_e
into your namespace
use HiPi::Language; print t('Translated Text'); print t('Translated text with standard %s substitution', 'sprintf');