Hi , i want to change the text of textblock in windows 8 metro application to achieve localization without using resource file because of some reason like it is read only etc . i want to know that as per microsoft guideline they will approve this app which
is doing localization without using Resource file (.resw).
Everything installed with the project is read-only (apps don't have write access to their install location). If you have dynamic information you either would dynamically choose the resource as demonstrated in the
Application resources and localization sample (Windows 8) or you can pull the data in from elsewhere.
--Rob
Marked as answer byShivam_bhardwajMonday, September 2, 2013 5:52 AM