I have just completed my new Windows Phone application. Now I want to add it to the store. My problem is, the app is translated into 34 languages and I have to provide screens for each of theese languages. Whenever I want to change the Culture of my Phone, I have to restart it - it takes too much time. My other idea was to change the culture of a running thread in the code but I could not find a working solution. Can you help me with this? I dont want to spend two days on doing screens for the store. o you have any other idea I could achieve this or could you provide some code that works on WP7 which changes the culture?
Screens for Windows Phone Store
167 Views Asked by Jonatan Dragon At
2
There are 2 best solutions below
Related Questions in WINDOWS-PHONE-7
- Nvigation Windows Phone Apps
- Windows Phone 8.1 : how to Launch an Installed app From My app
- Images "sink" animation
- Canvas borders c# ( Windows Phone 7)
- DispatcherTimer and real time WP7
- Bluetooth Printer is not working in windows phone 8.1
- Getting the path of a folder on Windows Phone 7
- Socket connection disconnectd
- Windows Phone - Hyperlinks Requiring Long Press
- Can an app (Android,iOS,Windows) ask the user for permission, before downloading, to read and store their browsing history?
- Cannot access a webservice via WP8 emulator
- How to read QRcode from Windows Phone 7 Emulator
- how to navigate to another xaml page in Windows Mobile
- Can't reference a function from a class to another class WP8
- Listbox cannot display in WP8 Emulator
Related Questions in WINDOWS-PHONE
- Deployment failed because no Windows Phone was detected when using Windows Phone Emulator
- Can I deploy multiple instances of my application on the same windows phone?
- Detect if Application was suspended in OnNavigatedFrom for Windows Phone 8
- Nvigation Windows Phone Apps
- converting string to a double in visual c++ by parsing
- How can I create a simple text file on a windows phone (8.1) that can be accessed trough USB cable?
- Create Page custom animations in Windows Phone 8.1 (Windows Runtime)
- Windows Phone local toast notification Text wrapping and image is not showing
- Windows Phone 8.1 Emulator Xde.exe stops working when clicking on "tools"
- Getting wifi name and other details of wifi in windows phone 8.1
- Impossible to pick video from gallery/library - phonegap/cordova
- How implement a (swipeable) card in windows phone?
- Gapless looping in Background Media Player for Windows Phone 8.1
- Windows Phone asynchronous call terminates
- Can I generate an appx with a windows phone project?
Related Questions in TRANSLATION
- How to tell Symfony to ignore certain files in /translations
- Magento - how to translate message type
- How could I manually translate a template I've downloaded?
- Android ViewFlipper with translation animation - not working properly
- How much should I rebase interactively?
- How do you use the meteor-accounts-t9n package?
- choice_translation_domain not working in symfony 2.7
- Windows Phone 8 app translation
- How to translate parts of source program to library calls without writing a full parser?
- AngularJS translation with pluralization using angular-translate
- Symfony2: local changes for same twig view
- How to manage to 2 languages for posts in Tumblr, on the blog and on the dashboard?
- How to overwrite Woocommerce translations
- jms translation bundle: The format "yml~" does not exist.
- Translate the value of twig variable
Related Questions in SCREENSHOT
- Make screenshot of DirectX window that is hidden and doesn't have focus
- How to prevent recording of iOS screen using quicktime
- Why does view.layer.renderInContext() take higher amount of temporary memory for same size screenshot
- Updating app icon and screenshots
- How to convert a UIView to an image
- Visual Basic - Screen shot then insert into email
- Is there any android app to capture screen when anything gets change on screen?
- How to take a screenshot in Android with CameraView (SurfaceView)
- Take a global Screenshot
- Screen shot current active window in java
- Xlib - Problems taking an screenshot
- A faster way to get screenshots of a video with ffmpeg
- Screen Capture multiple websites using phantomjs
- Taking screenshot functionality in flex 3.5 was working but now it is not working
- How can I get screenshot from all displays with X11?
Related Questions in WINDOWS-PHONE-STORE
- Can't create Windows Phone appx bundle from Cordova project
- Wrong version number submitted to Windows Phone Store. Is it possible to correct this?
- Build not get updated only version number changed in windows phone 8 app
- Install own deployed app from Windows Phone Store
- Windows phone "Scan the app for malware"
- Windows Phone store country specific collection
- Download Original XAP from Dev Center
- Screens for Windows Phone Store
- Windows phone7 application deployment on phone
- Windows phone store app can't be found
- Windows Phone Store localized app title is always displayed in English
- Windows phone store cannot access
- Get Windows Phone app store ProductID prior to submission
- How to execute a method for only one time when the application is downloaded from store
- Windows Phone App crashes after Launcher.LaunchFileAsync when downloaded from store
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can change culture, but you can't force UI to update it automatically. So, you should write some code to change controls localization at runtime. Basically, there will be the one function that updates controls with selected Culture.