<script>
            if(confirm('Are u sure to change the post language'))
              {
                    //condition 1(Pressed yes)
              }

           else{

                    //condition 2(Pressed No)

                   }
</script>