Hi,
I saw in Silverlight 4.0 Business application that is it possible to have all the strings in one resource file that you could , potentially, change depending of the user so that each user has its own experience (ie langauge for example)
I'de like to be able to do this in WPF also, so I though about moving that stuff from Silverlight to WPF, but the thing is I don't really understand all the code behind this so I'm afrain that I'de make a lot of mistake on the way and end up with nothing.
Does anyone knows exactly how this part works or have a good suggestion of an onlint tutorial on how to integrate this into WPF or at least, understand it enough to be able to reproduce it in WPF ?
Edit : BTW : By translating, I do not necessarally mean from french to english and so on. We want to be able to change the label according to client. Ex : Change the word machine for boat of resource, etc. I would like to be able to have those changes editable to the user (using a UI we will create ourselves).
Thanks