I really have not thought too much about programming in Japanese before, but here we go, using the question's code sample.

Using only the language statements in Japanese with the variables in English:

    // In Japanese, it makes more sense to put the keywords/modifiers as
    // postfix expressions rather than prefix expressions.
    (i < size)か {
         (l[i])は {
         1だ:
             「もしもし。」を書く;
         省略時値:
             「いいえ、いいですよ。」を書く;
         }
    } ない {
         「はい、ありがとうございます。」を書く;
    }