When creating Windows application, there are several way to use resource
files. Now, I'm very confuse about .resx file in each form and .resx file in
Properties folder in the project. If I have a message text, where is the best
place I put my message text? Do anyone know exactly or just best p...
more >>
Using RegionInfo its possible to get the 3 letter ISO currency code, however
I cannot find any method to obtain the 3 digit ISO currency code.
For example:
GBP (3 letter ISO currency code) = 826 (3 digit ISO currency code)
Is there any support in .NET 1.1 for this or do I have to write a...
more >>
Hello,
I have a .Net 1.1 application which processes text in unicode and needs
to split it up into "words". currently I use a very simple algorithm of
just splitting on whitespace which works for western languages but
fails completely for CJKV (specifically I am interested in japanese).
I u...
more >>
Hello guys, I have a (small?) problem with resource files ever since I
switched to .net 2005.
in vs.net 2003, generally, i would handle resource files like so :
in the page_load event, I detect the selected language in session, then
I do a small if-then-else to select the appropriate resourc...
more >>