Multiple choice

What is the role of 'translation manager' in localisation of a WPF application?

  1. It provides access to non-translated resources.

  2. It manages the current language and notifies all mark-up extensions.

  3. It listens to the LanguageChanged event of the translation manager and updates its value.

  4. It provides the translated resources.

  5. It can access any kind of resources like ResX, XML or text files.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The translation manager manages the current language and notifies all mark-up extensions.