- or download this
$self->{_strings} = \%strings;
- or download this
$strings{"keystring"}{"contextstring"}{iso}{"langcode"} = "value"
- or download this
return $self->{_strings}{$string}{$context}{$self->{_lang}}
if( exists $self->{_strings}{$string}{$context}{$self->{_lang}} &&
$self->{_strings}{$string}{$context}{$self->{_lang}} ne '_MISSING_');