locked
store app - multi language RRS feed

  • General discussion

  • Hi..

    I wish to develop a dictionary store application. which 'll comprises different cultures.

    Should i use resource file ? i want to use dynamic resources approach with rich design features.

    My code should perform well i mean in term of speed and efficiency.

    What other practices should i follow .

    Should i associate some price with this while submitting to store?

    or should i place it free?

     

    Thursday, April 25, 2013 2:04 AM

All replies

  • I think you'll want to see this:

    http://msdn.microsoft.com/en-us/library/windows/apps/hh465006.aspx

    Only you can decide if you want to charge for it or not.


    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Monday, April 29, 2013 6:49 PM
    Moderator
  • Thanks Matt.  Much appreciated for help.

    Matt. Will it cover parsing of resource files too?

    I mean i want to find some resources and then place their definition dynamically not just logically but also physically in resource file.  

    • Edited by neha-verma Tuesday, April 30, 2013 12:09 AM
    Tuesday, April 30, 2013 12:06 AM