Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
AutoRez Monitor Resolution Switcher
Direct Email
Mundo Director
open control pannel
asFFTFile
RADMSAgent
Accept Only Alpha-Numeric Characters
Open File WIth Associated Application
MAAD FTP Xtra
Scroll Text With Mouse
 

 

 

Behavior Get OS Language

Added on 8/11/2002

 

Compatibilities:
behavior D6_5 D7 D8 D8_5 D9 PC US

Required Xtras:
Registry Xtra

This item has not yet been rated

Author: Shockdev

Allows to get user's OS language.

Download PC Source
-- Get OS Language Behavior
-- Registry Xtra by Meliora Software
-- www.meliorasoft.com/xtras/
-- Compatibilities: Director 6.x, 7.x, 8.x, Windows

property OSLanguage

on getBehaviorDescription
  return "            " & ¬
  "- -    Get OS Language Behavior    - -" & RETURN & ¬
  "Get OS Language, Registry Xtra required."
end

on mouseDown
  set Result = GetIniValue("win.ini","intl","sLanguage")
  set OSLanguage = getAt(Result,2)
  put OSLanguage
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail