Questions tagged [language-packs]
35 questions
0
votes
0 answers
language packs on windows : winapi
how to retrieve all available language packs to set it to current thread language to use in FormateMessage afterward? I need exactly languages which may be used to use in function SetThreadUILanguage. After that I need to use FormateMessage…

John
- 143
- 1
- 2
- 12
0
votes
1 answer
C# localization not working in Chinese OS but works on Chinese language pack
I have an application which uses resource files to localize text. The EXE is in a separate project and resources are in separate project. When deployed on English OS with Chinese language pack it works fine, but when deployed on complete Chinese OS…

Nitin Chaudhari
- 1,497
- 16
- 39
-1
votes
3 answers
Zen Cart language packs
I have one Zen Cart website in the English language. I want to make the same website in French and Italian languages. How can I do this?
I mean, if I install language packs for Zen Cart, will this convert all the site and data inside the database in…

air
- 6,136
- 26
- 93
- 125
-3
votes
0 answers
I want to create own language package
I want to create new language(Turkish) package for c# speech recognizer, but IDK how to create a language package.
Can you let me know how to create a new language pack for speech recognizer?
I need to know create a language packe for my dream
-4
votes
1 answer
regex: Match atleast one character between two other characters
I currently use a regex
\\\[(.*)\\\]
so if I would try to match [] it will work. But what I want is so it requires at a minimum one character between [ and ] to match my regex, but how?
Thanks!