logo WinWrap®

Localization

WinWrap® Basic UI is available in 16 languages, including Chinese and Korean. The WinWrap® Basic scripting component has complete support for your application's localization requirements.


WinWrap® Basic Scripting Component Localization

  • Consistent localized user interface
  • Component menus, dialogs, etc are available in Armenian (հայերէն), Chinese (中文), Danish (dansk), Dutch (Nederlands), English (English), Finnish (suomi), French (français), German (Deutsch), Italian (italiano), Japanese (日本語), Korean (한국어), Norwegian (norsk), Portuguese (Português), Russian (русский), Spanish (español), Swedish (svenska).

Setting Your Application's Current Culture

The BasicIdeCtl uses the thread's current culture when initializing the control's menus and text messages.

Setting the current culture from a .NET Application:

[DllImport("kernel32.dll")] static extern int SetThreadLocale(int locale); [DllImport("kernel32.dll")] static extern int SetThreadUILanguage(int langid); ... CultureInfo ci = new CultureInfo("fr-FR"); Thread.CurrentThread.CurrentCulture = ci; Thread.CurrentThread.CurrentUICulture = ci; SetThreadLocale(ci.LCID); SetThreadUILanguage(ci.LCID);

Setting the current culture from a COM Application:

LCID lcid = ...; SetThreadLocale(lcid); SetThreadUILanguage(lcid);

WinWrap® Basic Localized UI in 16 Languages

հայերէն (Armenian)
中文 (Chinese)
dansk (Danish)
Nederlands (Dutch)
English
suomi (Finnish)
français (French)
Deutsch (German)
italiano (Italian)
日本語 (Japanese)
한국어 (Korean)
norsk (Norwegian)
Português (Portuguese)
русский (Russian)
español (Spanish)
svenska (Swedish)

Integral Part of Your Application Localization

The WinWrap® Basic is an integral part of your application's localization solution. The WinWrap® Basic component will support your localization business goals whether you are developing your software application or you already have a global-ready software application.

If you are interested in adding a language not already supplied please contact Polar Engineering and we can work together to do this. Past experience indicates that it takes about 8 hours to translate the 700+ strings to a new language when the translator is fluent in the target language and well versed in the WinWrap® Basic concepts.

Copyright Polar Engineering, Inc.