When I query this: "select * from sys.fulltext_languages", this query results nothing.
In the SQL Express Configuration Manager, I had to change the "Full Text Search" Service "Log On As" to "this Account" and set to "Administrator" instead of Network Service.
Then i can return values in query "select * from sys.fulltext_languages" and everything works fine.
** maybe the machine must be rebooted.