Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to view how screens look in another language during design time using Expression Blend?

I have a WPF application for which I have extracted all the strings in the WPF controls into an .resx file. I also have .resx files for each language supported (.es.resx, .ja.resx, etc.).

Is there an easy/straightforward way to view what the output will look like in the other languages during design time. It would save quite a bit of time to not have to run the application, see which controls needed adjustment, make notes, stop the application, make the changes and repeat.

I would much rather make the changes directly during design time using Blend.

Any ideas?

like image 705
eesh Avatar asked Mar 11 '11 17:03

eesh


1 Answers

Here are couple of links that will help you:

WPF Runtime Localization - Design-Time Solution for UserControls
WPF Globalization and Localization Overview

like image 79
Shimmy Weitzhandler Avatar answered Nov 15 '22 19:11

Shimmy Weitzhandler