Different languages in one tool
#1

Hello everybody
I need help: I want edit some tools that it can open and save files on different languages
What should I do?
Can somebody support how to do it?

 

thank you

#2
Can you be more explicit, I barely understand.

#3
For example:
ItemAll by wiza can open itemALL_usa.lod
I want edit ItemAll because want this tool can open itemALL_ger.lod or itemALL_rus.lod etc.
Now can you understand me? Smile

#4

i think you have to put a conditional sentence like this

if(file_name == itemAll_usa.lod)
{

}
else if(file_name == itemAll_ger.lod)
{

}

i hope this help you.

#5

Or maybe you mean bout filters (when you open itemAll_***.lod via your program)

.Filter = "Files itemAll_rus.lod|itemAll_rus.lod|Files itemAll_ger.lod|itemAll_ger.lod";
#6
i mean that itemall by wiza does not identify other language
Screen with problem
2

#7

For it you need to know how to setup an encoding you need.

For example:

#8

I just use ascii encoding because that is all i need myself, but to edit russian files, or german or any language with non ascii characters in it then u need to use another encoding. There are lots of them.

 

2

#9
By what programm I can change enoding?

#10
And how can I open code of programm?



Forum Jump:


Users browsing this thread: 2 Guest(s)