Skip to content

This project was created to add multilingualism to your applications.

License

Notifications You must be signed in to change notification settings

Nikitosiki/localizator-dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalizatorApp

Compiled .dll in the \bin folder of the LocalizatorApp project.
Unzip language.rar and place next to .dll !!!

Description Functions:

  extern "C" __declspec(dllexport) void Start();
  extern "C" __declspec(dllexport) void Stop();
  extern "C" __declspec(dllexport) void SetSelectLanguage(const char*);
  extern "C" __declspec(dllexport) const char* GetSelectLanguage();
  extern "C" __declspec(dllexport) const char* GetWord(const char*);
  extern "C" __declspec(dllexport) const char* GetLanguageNamesStr();
  extern "C" __declspec(dllexport) const char** GetLanguageNames(int& size);

About

This project was created to add multilingualism to your applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published