-1

Is there any way to open xyz.vi ( xyz = non English) files? that is what happen when i am trying to open my main.vi file - it searches the non English .vi although they are in the same folder: pic

yu val
  • 41
  • 1
  • 1
  • 4
  • 2
    I think this may be a better question asked of National Instruments tech support instead of StackOverflow. This is not so much a "How do I do this?" question as a bug fix question. ni.com/forums – srm May 02 '16 at 14:28

2 Answers2

1

Simply click "Browse" and select the VI. I'm not sure that the search function supports Unicode characters, but you should be able to load it manually.

ijustlovemath
  • 703
  • 10
  • 21
  • "...the file '???? ???.vi' could not be loaded " for every .vi that in the same folder i choose. – yu val May 02 '16 at 01:03
  • Can you try renaming them the UTF8 file names? It may give a warning that something loaded from a different path but that's okay. Just click ignore. – ijustlovemath May 02 '16 at 03:53
1

changing the system locale (to my language) solved it.

yu val
  • 41
  • 1
  • 1
  • 4