|
-
Apr 22nd, 2011, 04:55 AM
#1
Thread Starter
Addicted Member
string localization
LS,
I've successfully made my GUI totally localizable. If you select an other language, all the controls totally adapt. That goes file.
I only need to know where I can store my messagebox string etc.
Code:
msgbox(CType(resources.GetObject("Str1"), System.String))
I've tried;
-In the solution explorer, display all files, then in the form1.fr.resx for example, add the strings you need. But since these resx files are automaticly created, all manual additions, disappear.
-With my resources, add a file from template; 'string.resx' But it's not picking up the changes.
Thanks in advance!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|