From: Charlie K. <Ch...@Al...> - 2001-09-18 19:11:05
|
Where does the BCString Keyer fit into this? It seems to me if we are regexing through all the pages at build time this process should include keying in text strings for multi-language capability at this point. Example from Alex: <lang>strings.xml.hello</lang> xml file: <strings> <string> <id>hello</id> <lang:en>Hello</lang:en> <lang:fr>Bonjour</lang:fr> <description>This string is used on the home page in "hello, $username".</description> </string> </strings> Charlie |