W10: Settings>time and language>Language>+Add a language
W10: Settings>time and language>Language>+Add a language
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
Here is mine.Here's my list showing working/not working.
Code:Amharic.... ??? ?? ?? ???? Arabic.... ????? ???? ???? ??? Basque.... zakurra zaunka ozen ari da Bengali.... ????? ???? ??? ??? ???? English (UK).... the dog is barking loudly Portuguese (Brazil).... the dog is barking loudly Bulgarian.... ?????? ??? ????? Catalan.... el gos està bordant fort Cherokee.... the dog is barking loudly Croatian.... pas glasno laje Czech.... pes hlasite šteká Danish.... hunden gøer højt Dutch.... de hond blaft luid English (US).... the dog is barking loudly Estonian.... koer haugub kõvasti Filipino.... ang aso ay tumatahol ng malakas Finnish.... koira haukkuu kovaa French.... le chien aboie fort German.... der Hund bellt laut Greek.... ? s????? ?aß???e? d??at? Gujarati.... ????? ????? ???? ??? ?? Hebrew.... ???? ???? ???? ?? Hindi.... ?????? ??? ?? ???? ??? ?? Hungarian.... a kutya hangosan ugat Icelandic.... hundurinn geltir hátt Indonesian.... anjing itu menggonggong dengan keras Italian.... il cane abbaia forte Japanese.... ???????????? Kannada.... ???? ?????? ??????????? Korean.... ?? ?? ???? Latvian.... suns skali rej Lithuanian.... šuo garsiai loja Malay.... anjing menyalak dengan kuat Malayalam.... ??? ????????? ????????????? Marathi.... ?????? ????? ????? ??? Norwegian.... hunden bjeffer høyt Polish.... pies glosno szczeka Portuguese (Portugal).... the dog is barking loudly Romanian.... câinele latra zgomotos Russian.... ?????? ?????? ???? Serbian.... ??? ?????? ???? Chinese (PRC).... ?????? Slovak.... pes hlasno šteká Slovenian.... pes glasno laja Spanish.... el perro ladra fuerte Swahili.... mbwa anabweka kwa sauti kubwa Swedish.... hunden skäller högt Tamil.... ???? ??????? ??????????? Telugu.... ????? ???????? ??????????? Thai.... ????????????????? Chinese (Taiwan).... ????? Turkish.... köpek yüksek sesle havliyor Urdu.... ??? ??? ??? ?? ????? ??? ??? Ukrainian.... ?????? ??????? ?????? Vietnamese.... con chó dang s?a ?m i Welsh.... mae'r ci yn cyfarth yn uchel
The debug.print is not capable of handling the character set, but it comes out in the control, or appears to.Code:Phrase is Where is the dog Amharic - ??? ?? ??? Arabic - ??? ?? ????? Basque - Non dago txakurra Bengali - ????? ?? ?? Bulgarian - ???? ? ?????? Catalan - On és el gos Cherokee - Where is the dog Chinese (PRC) - ????? Chinese (Taiwan) - ???? Croatian - Gdje je pas Czech - Kde je pes Danish - Hvor er hunden Dutch - Waar is de hond English (US) - Where is the dog English UK - Where is the dog Estonian - Kus on koer Filipino - Missä koira on Finnish - Missä koira on French - Où est le chien German - Wo ist der Hund Greek - ??? e??a? ? s????? Gujarati - ????? ????? ?? Hebrew - ???? ???? Hindi - ?????? ???? ?? Hungarian - Hol a kutya Icelandic - Hvar er hundurinn Indonesian - Dimana anjingnya Italian - Dov'è il cane Japanese - Where is the dog Japanese - ??????? Kannada - ???? ??????? Korean - ?? ??? ?? Latvian - Kur ir suns Lithuanian - Kur šuo Malay - Dimana anjing itu Malayalam - ??? ????? Marathi - ?????? ???? ??? Norwegian - Hvor er hunden Polish - Gdzie jest pies Portuguese (Brazil) - Where is the dog Portuguese (Portugal) - Where is the dog Romanian - Unde este câinele Russian - ??? ?????? Serbian - ??? ?? ??? Slovak - Kde je pes Slovenian - Kje je pes Spanish - Dónde está el perro Swahili - Mbwa yuko wapi Swedish - Var är hunden Tamil - ???? ????? Telugu - ????? ????? Thai - ?????????? Turkish - Köpek nerede Ukrainian - ?? ?????? Urdu - ??? ???? ??? Vietnamese - Con chó ? dâu Welsh - Ble mae'r ci
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
I only tried debug.print.The debug.print is not capable of handling the character set, but it comes out in the control, or appears to.
If this helped, please click the star * at the bottom left and add to my reputation- Thanks
Try my little db, no point reinventing the wheel.![]()
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
Hi Gasman
Settings - Time & language - Add a language
You can PM me for help. Good Read https://docs.microsoft.com/en-gb/off...on-description
To attach file: https://www.accessforums.net/showthread.php?t=70301
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
The VBE including the Immediate window does not allow the display of non-Latin character sets
Instead it will display as a series of question marks as shown in post #13
This is unfortunately also true for standard message boxes and input boxes
One way of successfully displaying languages such as Arabic, Malayalam etc is by using the Eval function
I do so in my free Formatted Message Box and Unicode Input Box apps. See my article: Translation Tools (isladogs.co.uk) and the linked pages.
My Translate & Speak app displays text for any language in textboxes. This includes R2L languages such as Arabic and Hebrew
It is not necessary to install each of the languages in order to use them in textboxes etc
Thanks Colin. Good advice and link.
Hi all,
Sorry for the delay, but I was away on business.
I have installed the Arabic language on Windows 11, but I also get the "???? ??????" when translating to Arabic. I wonder if there should not be a specific driver installed as well. Translating to, for example Swedish or Greek, it works fine, but not for Arabic.
I could not find any drivers that need to be installed to enable translation to Arabic.
Maybe I am missing something....
Hi isladogs - sorry, I did not read the messages on the 2nd page.
I have tried the translate app as posted by Welshgasman and it is doing what I need. I have just mailed the translation to my colleague in Kuwait to check if the translation is accurate.
Thanks for everybody's input in resolving this issue.
Well that was just created using the code @Moke123 supplied in post 2, so the credit goes to him.Hi isladogs - sorry, I did not read the messages on the 2nd page.
I have tried the translate app as posted by Welshgasman and it is doing what I need. I have just mailed the translation to my colleague in Kuwait to check if the translation is accurate.
Thanks for everybody's input in resolving this issue.
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
Well I probably stole it from Colin so . . .Well that was just created using the code @Moke123 supplied in post 2, so the credit goes to him.![]()
If this helped, please click the star * at the bottom left and add to my reputation- Thanks