Will any member, experienced in internationalization, say what might be a good strategy for cases of the local text: (a) have different strings for different cases e.g. "Module" and "module" (b) have a single string e.g. "module" and capitalize it in code. The main problem I see with the latter course of action are how to secure a general purpose function as LCase etc. wont work for phrases and how would that function handle capitalization for different languages? On the other hand, creating differently capitaized strings of the same text seems so tedious e.g. "word processor", "Word processor", "Word Processor" etc.