i18n.setI18NMessagesFilter

Hi,

From the wiki :

setI18NMessagesFilter
voidsetI18NMessagesFilter(columnName, value)

Call this if you want to add a filter for a column (created by you) in the i18n table.
So that you can have multiple default values and multiple values per locale for one key.

Does this filter provides a fallback when the filter is not met and there is still an i18n record with the same i18n-key ?

We want to set this filter at client startup and use the filter for a small number of i18n-keys…

Regards,