B
babylon
currently, I'm using
this.rm = new ResourceManager("LanguageTest.LangPack",
System.Reflection.Assembly.GetExecutingAssembly());
mystring = rm.getString("XXX");
can i leave the resx as is and load it @ run time?
thx
this.rm = new ResourceManager("LanguageTest.LangPack",
System.Reflection.Assembly.GetExecutingAssembly());
mystring = rm.getString("XXX");
can i leave the resx as is and load it @ run time?
thx