![]() |
| MSN:twosunday@gmail.com live chat:Add Reviews |
| Contact US:twosunday@twosunday.com or twosunday@gmail.com |
| You want to have two weekly Sunday? Please use this software, you will be saving more time. |
| Software | Update | Version | Size | DownLoad | Price | Down Total | Down last Month | User reviews | |
| Multi Language Ini Editor | 07-04-2008 06:52:08 AM | 1.3 | 950KB | DownLoad | 99USD | 5 | 1 | 5 Add Reviews | |
|
This Ini Tools Support Yours Multi Language Editor and Create Ini File. Help your decrease hand work 80% in Edit your Mutil language for your software. Feature: 1.this is a multi-language about yours software that support editor tools. 2.This is can compare and edit two language file by quick press enter keyword. 3.Find blank key value in yours language file.than write yours key value. 4.add and delete key in yours two language file. 5.delete some duplicate key in same sector in yours two language file. 6.delete some duplicate sector in yours two language file. 7.suppore enter keyword for quick speed work. 8.yours can not do 70% repeat work for yours multi-language software when use Multi Language Editor. 9.Add Create Code for your Multi-Language software. e.g. create vc++ code. and others code txt, this is software do 90% work for your. your only do 10% in multi-language of yours software. Un-Registered user can only save key 50 rows,and can't modify your file ,and save as new file. Register user can save all key and can modify your file. If your find debug in this software, then write this reviews or send email, your save 1% discount by one debug, if your find 50 debug that your will get save 50% for get register code. the max discount is save 50% If your find must be add some use function, one function is save 1%,the max discount is save 50% |
|||||||||
|
|||||||||
|
How support multi language about your software? International Standard method: Support Ini file For:your software text show information all read from ini file, e.g.English.ini is all English text show,Janpanese.ini is all Janpanese text. Ini file format: [Main] OK=OK Cancel=Cancel Find=Find Replace=Replace OpenSourceFile=Open Source File OpenTargetFile=Open Target File EmptyRow=Empty Row AddRow=Add Row DelRow=Del Row FindKey=Find Key Key=Key TargetRow=Target Row [FromAbout] Name=catpion your programmer: use system read and write ini of lib file: KERNEL32.LIB create folder of lib :SHLWAPI.LIB use this two lib file make create Language folder and create inifile, your pro may be is VC,C#,VB,Delphi,C++Builder,PowerBuilder and so on. main two function of read and write ini file text: #include "direct.h" #include "shlwapi.h" //****************************** // ReadValue Form IniFile By Key and Section //****************************** void CIniFile::IniWriteValue(CString Section, CString Key, CString Value) { if(WritePrivateProfileString(Section,Key,Value,this->IniFileName)==0) { AfxMessageBox("Write Value Failed!"); } } //****************************** // ReadValue Form IniFile By Key and Section //****************************** CString CIniFile::IniReadValue(CString Section, CString Key) { CString return_value; return_value=""; GetPrivateProfileString(Section,Key,"",return_value.GetBuffer(0),1024,this->IniFileName); return return_value; } In the process inside you call these two functions, if there are questions, please contact me Email:twosunday@gmail.com |
|||||||||
|
Copyright(c) 2008 TWOSUNDAY Inc, All rights reserved.
Customer Support Email: twosunday@gmail.com Help Email : twosunday@twosunday.com Total Customer Access Count: 20 |
|||||||||