you mast insert # fa: before your key in properties file. for example:
#fa:hello=...
and set characterset to utf_8 such as:
<%@ page contentType="text/html; charset=utf-8" %>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</head>