One of the advantages of using RIA services is that you can build your domain entity tier independently from the rest of the application tiers and then wire it in as needed, whether as LINQ or simple POCO classes.
If you decide to annotate your entities with resources, it can get a little dicey. Most examples online focus on resource files ...