Use Resource File to Manage Strings for Multi-lingual Applications

Use Resource File to Manage Strings for Multi-lingual Applications

By using resource file, strings used by controls or message windows can be converted to different language strings in your application. The VB 6 Resource Editor allows the addition of multi-tables for multi-lingual strings. Defined strings for corresponding language strings are usually stored in the resource file, and the correct language strings are automatically loaded by the LoadResString()statement.

There is an alternative way to achieve this. Instead of creating multi-tables, use only one default English table. Define multi segments in this table for multi-languages. For example, define 1-5000 for English, 5000-10000 for French, and 10000-15000 for Spanish. In the application, load a string from resource file like this:

     ' My Application Main Window    frmMain.Caption = LoadResString(glLID + 10)


glLID is a global long variable that is defined by your application. Assign this variable at the start subroutine or add a language option in the application allowing users to choose. To make the code easy to read, I always add a comment with the string at the place where LoadResString() is used.

Use the Replace function to dynamically change strings when items in the string need to be replaced by certain value:

     ' File

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes

ransomware cyber attack

Why Is Ransomware Such a Major Threat?

One of the most significant cyber threats faced by modern organizations is a ransomware attack. Ransomware attacks have grown in both sophistication and frequency over the past few years, forcing