Jump to content

localize logging in LabView


Recommended Posts

Hi,

Did somebody create some logging that saves logs in two different languages.

I do have idea to saving only reference numbers and then watch strings in two separate files (German and English).

I would appreciate any ideas.

Link to comment

Did somebody create some logging that saves logs in two different languages.

I do have idea to saving only reference numbers and then watch strings in two separate files (German and English).

A lookup table works well for multiple-language support. My company has used them for LabVIEW and non-LabVIEW programs. The difficulties you can get into are in attempting to reuse messages for the same type of error (e.g., file not found) and ensuring there is sufficient space for the text for all languages. You've not mentioned Chinese or Russian, so unicode characters shouldn't be a concern.

Tim

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.