windows phone 7 - Where to Find the Translations for the WPToolkit -


i attempting find resx string translations kept in wptoolkit. specifically, see ok , cancel application bar translations. creating custom messagebox application , want ensure ok , cancel buttons maintain exact resx translations match wptoolkit's application bar translations. know use resx translator or bing or google, lot of times words ok , cancel dont translate (or same) , have no way of knowing if correct or there no match in translator.

wptoolkit open sourced project, can browse here

the part interested in located here

microsoft.phone.controls.toolkit.localization project. @ localizedresources folder. resx files hidden there.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -