Post Reply 
periodic Element Table - call for translators
01-17-2017, 12:33 AM
Post: #5
RE: periodic Element Table - call for translators
Hi, nice program, but I have 2 suggestions:

1) You can use STRINGFROMID to detect the current language

2) Having independent language lists might be much less prone to errors than the big list you are using now.

Also, for example you can use AFiles("filename.ext") to save a whole language file list, instead of mixing all the languages and have them always loaded in ram:

Code:
Save:
AFiles("eng.txt"):="my text";

Load:
var:=AFiles("eng.txt")

Get available file list (to check for available languages dinamically):
listvar:=AFiles();

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: periodic Element Table - call for translators - eried - 01-17-2017 12:33 AM



User(s) browsing this thread: 2 Guest(s)