Hi Przemek,
Pls find attached high level i18n_* functions. (untested)
hb_i18n_fnametemplate( [] ) ->
hb_i18n_baselang( [] ) ->
hb_i18n_activelang( [] ) ->
hb_i18n_gettext( ) ->
hb_i18n_gettextlang( [, ] ->
Not strictly intended for the core as it has some
parts I wouldn't like to be in
On Sat, 01 Nov 2008, Szak�ts Viktor wrote:
Hi Viktor,
> Pls find attached high level i18n_* functions. (untested)
> hb_i18n_fnametemplate( [] ) ->
> hb_i18n_baselang( [] ) ->
> hb_i18n_activelang( [] ) ->
> hb_i18n_gettext( ) ->
> hb_i18n_gettextlang( [, ] ->
> Not strictly intended for t
Hi all,
Pls find attached high level i18n_* functions.
Now, instead of a filename template, a translation
loader callback can be specified by the user, so
the actual source of the translation is completely
controllable from the user side. The block is getting
the language ID as a parameter. This
Hi all,
Pls find attached high level i18n_* functions. (untested)
hb_i18n_fnametemplate( [] ) ->
hb_i18n_baselang( [] ) ->
hb_i18n_activelang( [] ) ->
hb_i18n_gettext( ) ->
hb_i18n_gettextlang( [, ] ->
Not strictly intended for the core as it has some
parts I wouldn't like to be include