I want to build application both for Widows Phone 7 and iPhone using .net stack. As being rationale I want to avoid to double code this logic. Is it possible to use resx files in both platform for this, or are there any good viable solution so I can reuse code base on both platforms?

Any good advice or best practice if anyone stoped on the same issue?

link|improve this question

76% accept rate
feedback

1 Answer

Here's a post from Craig Dunn that examines code sharing between the platforms

link|improve this answer
It's not answer to my question. I already know how to share dlls, but I'm particulary interested in localization (globalization). Nice blog post anyway, very usefull. – nemke Oct 26 '10 at 22:09
Sorry, I missed the "localization" part of your question. I haven't tried using resource files in MT, but here's a post that mentions it - stackoverflow.com/questions/2098726/… – Jason Oct 27 '10 at 13:42
Yes, I saw that one, earlier today. Seems that I will need to do a little experiment to find out about this. – nemke Oct 27 '10 at 17:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.