Changeset 13097 in vbox
- Timestamp:
- Oct 8, 2008 4:36:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r13096 r13097 2225 2225 mVBox.OpenSession (session, aId); 2226 2226 CMachine machine = session.GetMachine (); 2227 /* Make sure that the language is in two letter code */ 2227 /* Make sure that the language is in two letter code. 2228 * Note: if languageId() returns an empty string lang.name() will 2229 * return "C" which is an valid language code. */ 2228 2230 QLocale lang (VBoxGlobal::languageId()); 2229 2231 machine.SetGuestPropertyValue ("/VirtualBox/HostInfo/GUI/LanguageID", lang.name());
Note:
See TracChangeset
for help on using the changeset viewer.