.NET Internationalization Programming
Resource Administration

.NET resources (icons, menus, and strings ...etc.) are UTF-8 XML file (.resx) and they can be handled by the class 'ResourceManager'. The resx files are provided by Visual Studio automatically, and you can use it or create your own ones.
The following steps are basic way to load the resx resource data (strings) with World Wide Navi string-externalization examples.
If you want to learn more details, see the MSDN site or others.
  1. Create ResourceManager
  2. Embed string getting codes
  3. Write strings in resx file
  4. Compile and locate the resource file
  5. Cases of WPF And Silverlight

Go to Internationalization Programming Top


Copyright (C) 2012 Kokusaika JP, Inc.
All rights reserved. No reproduction or republication without written permission.