Help for this page

Select Code to Download


  1. or download this
    my $string = Do_Translate("en","fr",'are you');
     
    use Data::Dumper;
    print Dumper($string,'êtes-vous');
    
  2. or download this
    $VAR1 = 'êtes-vous';
    $VAR2 = "\x{ad25}s-vous";
    
  3. or download this
                          'translations' => [
                                              {
                                                'translatedText' => "\x{c3
    +}\x{aa}tes-vous"
                                              }
                                            ]