P
P
Panicrust2013-11-27 18:26:10
Internationalization and localization
Panicrust, 2013-11-27 18:26:10

Localizing a WPF Application

Previously, this was not done, now there is an urgent need. The application has many elements, including a non-standard web browser (Awesomium). I work according to the scheme described here - http://habrahabr.ru/post/86778/
Actually what is the question:
1. How to redirect the browser to another web page in case of culture change

<my:WebControl Name="webControl1" Source="http://domain.com/main/ru/"/>

That is, how to change the Source when choosing a language to " http://domain.com/main/en/ " for example?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Vishnyakov, 2013-11-28
@Panicrust

Hang Binding and change the line when changing the language, change this line as well. If you are going to write applications for WPF and further, it is better to study the MVVM pattern.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question