Internationalization and localization
In making software products, internationalization (known as i18n) and localization
pose challenging tasks for developers, particularly if the software is not
designed from the beginning with these concerns in mind.
Internationalization is the design and development of applications that can
be used in multiple locations. Localization is the translation of application
resources into localized versions for the specific cultures that the application
supports.
eFace takes care of the features in following aspects,
which cover all needs fo i18n and localization:
- XAML encoding
- Resource resolution
- Data conversion
- Displaying resources
- Text flow direction

Please visit
Microsoft MSDN Web for detail information about XAML and WPF.
Soyatec © 2006-2008 Soyatec. All rights reserved.