Help for this page

Select Code to Download


  1. or download this
    $self->{_strings} = \%strings;
    
  2. or download this
    $strings{"keystring"}{"contextstring"}{iso}{"langcode"} = "value"
    
  3. 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_');