Skip to main content

Go Global Developer Center

Michael Kaplan's Blog

Go Global Developer Center

Emoticon interoperability can be a nightmare. Or hilarious. Whichever!
Claudia and I are using two different kinds of smartphones.I use the HTC Arrive, which is running Windows Phone 7.5.She uses the HTC Rhyme, which is running Android.I'm Sprint and she's Verizon, but the carrier differences are minor.The real difference I notice is in the emoticons!Becaise those... More...
Thursday, May 24 Michael S. Kaplan
The relationship between the 'United States - International' keyboard layout and the Euro....
No, the title of this blog is not any sort of riddle!Almost no Dutchman (or for that matter Dutchwoman!) ever voluntarily uses the "Dutch" keyboard.You know, this keyboard: They really don't like it.Not even a little bit.Not even at all!What they do largely prefer is the United States - Int... More...
Wednesday, May 23 Michael S. Kaplan
Special casing of locale specific number formatting....
The question the other day was:My code calls GetNumberFormat(“0”) and this returns “.00” on a zh-cn system and “0.00” on an English system. We take the pre-decimal portion of the string and end up with a null string in the zh-cn locale.Are there flags to GetNumb... More...
Tuesday, May 22 Michael S. Kaplan

More Go Global Blogs

Go Global Developer Center

Digigirlz, 1st May 2012
Microsoft Kuwait conducted another successful DigiGirlz as part of the “Shape Your Future” Education Exhibition organized by the Ministry of Education on May 1st, 2012. The event was under the auspices of Sheikha Dr. Suad Al Sabah.220 high school girls attended the event and it was very... More...
Wednesday, May 2 Dina Lasheen - MSFT
Install Arabic VB6 applications
I still get questions about installing Arabic VB6 applications.The problem occurs when you deploy your VB 6 application to other machines, which doesn’t have VB , VS or Office. Your application doesn’tdisplay RightToLeft correctly.The cause: is that you need to have VBAME.DLL in your W... More...
Thursday, Apr 5 Dina Lasheen - MSFT
DataGridView disable sorting
I needed to disable sorting in a DataGridView. I thought I would find something like DataGridView.AllowSort and simply set to AllowSort=false, but I couldn’t find it. Finally, I figured it out. You need to access each column in the DataGridView and set it as NotSortable.This is a small code... More...
Thursday, Jan 26 Dina Lasheen - MSFT

Top Downloads

Microsoft Keyboard Layout Creator
Download this tool to extend the international functionality of Windows-based systems by creating or modifying keyboard layouts. You can even use this tool to package layouts for delivery and installation!

Multilingual Text Generator (STRGEN)
When you're testing globalization of your application, you can use this tool to produce Unicode text for your UI strings.

More...

Code Gallery

Transliteration using Windows 7 Extended Linguistic Services
The LangConv sample application demonstrates the transliteration functionalities in Windows 7 ELS (Extended Linguistic Services). Transliterate a text file from a source language script to a target language script.

Building a Win32 app using MUI

Implementing MUI fallback with MFC