I'm writing a small application that needs to display text in different languages (english, spanish and french). I'm torn between using the Localization object and writing my own procedures (storing the appropriate text in outside .ini files).
I know I would be "re-inventing the wheel" if I write my own procedures, but I feel more comfortable controlling what is displayed in my app then depending on the Localization/Culture objects. Does anyone have any input on this? Would this be a totally bad thing to do?
-lucyv
I know I would be "re-inventing the wheel" if I write my own procedures, but I feel more comfortable controlling what is displayed in my app then depending on the Localization/Culture objects. Does anyone have any input on this? Would this be a totally bad thing to do?
-lucyv