<?php

$palavras = array('Linguagem', 'Língua', 'Lang');
$aleatorio = rand(0, 2);
echo $palavras[$aleatorio];