i18n property

Map<String, String> i18n
getter/setter pair

Object with translations. Key language contains the original language key. Other keys contain translations

Implementation

Map<String, String> i18n;