Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitosiki authored Jun 4, 2023
1 parent 658ebda commit 9eef892
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# LocalizatorApp

Compiled .dll in the \bin folder of the LocalizatorApp project
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);

0 comments on commit 9eef892

Please sign in to comment.