473,800 Members | 2,526 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How I'm I supposed to use string tables?

Hi,
I used to use string tables in my apps to switch between languages in
VB6. But now I must program in .NET and I don't know how it works at all for
string tables...

Can anyone help me please? Is there something better than string tables?

Thanks

ThunderMusic

Nov 21 '05 #1
2 1107
Hi ThunderMusic,

In .NET, we store localized resource including strings into satellite
assemblies, which are basically created from different resx files meant for
different cultures. RESX/resource files replace the string table we used back
in pre-.NET days.

There are a number of content and examples in MSDN on globalization and
localization
http://msdn.microsoft.com/library/en...isualBasic.asp

HTH,
Rakesh Rajan

"ThunderMus ic" wrote:
Hi,
I used to use string tables in my apps to switch between languages in
VB6. But now I must program in .NET and I don't know how it works at all for
string tables...

Can anyone help me please? Is there something better than string tables?

Thanks

ThunderMusic

Nov 21 '05 #2
ok, it seems very easy, but with these things, is it possible to go from one
language to another within the same session of the application?

let say my OS is english, so the app opens in english, but then, I want the
app to display my things in french, then go to german, then go back to
english... is there a way to do so with localisation settings?

Thanks

ThunderMusic

"Rakesh Rajan" <Ra*********@di scussions.micro soft.com> a écrit dans le
message de news:6A******** *************** ***********@mic rosoft.com...
Hi ThunderMusic,

In .NET, we store localized resource including strings into satellite
assemblies, which are basically created from different resx files meant for different cultures. RESX/resource files replace the string table we used back in pre-.NET days.

There are a number of content and examples in MSDN on globalization and
localization:
http://msdn.microsoft.com/library/en...isualBasic.asp
HTH,
Rakesh Rajan

"ThunderMus ic" wrote:
Hi,
I used to use string tables in my apps to switch between languages in VB6. But now I must program in .NET and I don't know how it works at all for string tables...

Can anyone help me please? Is there something better than string tables?

Thanks

ThunderMusic

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
2257
by: aa | last post by:
Is a PHP variable supposed to be seen in a .js file included into a .php file? I have a client side javascript code stored in a .js file which is included into a PHP file using <script src="filename.js></script> This code initialises a Javascript variable var u="string";
2
1686
by: ThunderMusic | last post by:
Hi, I used to use string tables in my apps to switch between languages in VB6. But now I must program in .NET and I don't know how it works at all for string tables... Can anyone help me please? Is there something better than string tables? Thanks ThunderMusic
0
4899
by: RSH | last post by:
I am having a bit of trouble filling a datatable with a query. I'm getting the error message: System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles) at System.DateTime.Parse(String s, IFormatProvider provider) at System.Convert.ToDateTime(String value,...
3
13012
by: Imran Aziz | last post by:
Hello All, I am getting the following error on our production server, and I dont get the same error on the development box. Unable to cast object of type 'System.Byte' to type 'System.String'. here is the code that I used to create a table and then add columns to it later, later I populate the rows in the table.
3
11736
by: Reney | last post by:
I am using Access Database in my program. The column in the table that I am going to use has date/time value with Medium Time selected. (HH:mm). The program is recording a clock in time to this field, which is the time when the entry is made. If you check the database, it shows the correct time in the correct format. But when you are calling it with a dataset and showing with a datagrid, it doesn't show the time value but it always shows...
1
11702
by: atl10spro | last post by:
Hello Everyone, I am new to MS Access and although I have created several different databases I lack the VB knowledge to code a search function. I am turning to your expertise for assistance. I am using MS Access 2003. This is what I am looking for: A text field for the user to enter the search string or keyword.
0
2790
by: =?Utf-8?B?Y2luZHk=?= | last post by:
I know I wrote before a week ago when I knew even less than now but I am getting better please anyone give me a clue or an example. Am I completely off track? I have a datarow in a table with the fields to map to an xsd. Then i call a web service upload method that wants the xml strongly typed to the xsd in a string. so I have generated a class from a xsd newcust.cs in .net 1.1 c# to start with just to see what it means to use an...
7
2741
by: craigkenisston | last post by:
I need an special string that have a fixed capacity and that automatically(silently) trims extra space. MySpecialString str = new MySpecialString(10); str = "1234567890ABCDE" Console.WriteLine(MySpecialString.ToString()) // output "1234567890" i.e. trimes the "ABCDE"
9
1426
by: Cliff | last post by:
I've got a number of SNMP devices scattered around the globe that I want to get some information off.. I've got a couple of classes whcih get a quite complex table together from SQL and SNMP devices and return a DataTable Object. but as the devices are all in totally different locations (we have about 20) and the main time lag is due to latency I want to go and get the data simultaniuously from all the resources.
0
1057
by: tskmjk | last post by:
Hi all, I am developing an application which reads an excel file which has the following records and inserts into a table in SQL SERVER 2005 database . Data: Product Version CustType ------------- ------------- -------------- Norton SystemWorks Basic Edition 2009 CS Norton 360 2 CS
0
9555
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10260
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9099
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6826
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5479
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5616
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4156
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3770
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2956
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.