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 9eef892 commit 4f9a602
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# 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 4f9a602

Please sign in to comment.