Language Settings & Preferences: Customizing Your User Experience
Language Settings & Preferences: Customizing Your User Experience
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
- Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
* IAdvancedInstaller
* IAdvinstProject
* IProductDetails
* IFolder
* ILaunchConditionsComponent
* IFilesComponent
* IIniFilesComponent
* IShortcut
* ITempFile
* IXmlFile
* IDirectoryMember
* IRegistryComponent
* IInstallParameters
* IBuildComponent
* ITextFileUpdatesComponent
* ITextUpdateFile
* ITextUpdateAppendOrCreate
* ITextUpdateReplace
* IFileAssociations
* IDefaultProgramFA
* IExtensionFA
* IProgIdFA
* IVerbFA
* IEnvironment
* IEnvironmentVariable
* IProductCode
* IUpgradeCode
* IMergeModulesComponent
* IMergeModule
* IDigitalSignature
* ICustomActionsComponent
* ITranslationsComponent
* ILanguagesOptions
* IDriversComponent
* ISearch
* IServices
* IOrganizationComponent
* IComComponent
* IRemoveFilesComponent
* IRemoveFile
* IUpdatesProject
* IUpdaterComponent
* IPatchProject
* IPropertyComponent
* IProperty
* IPathVariable
* IMsixComponent
* IMsixDependencies
* IMsixDriverDependency
* IMsixDriverConstraint
* IMsixExternalDependency
* IMsixPackageDependency
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
ILanguagesOptions
Declaration
ILanguagesOptions : IDispatch
Overview
This interface is meant to set translation options for the project.
Properties
String PackageType Gets the value of the language option.
Methods
SetPackageTypeSeparate(IBuild Build) - Sets the language option for the specified Build to “Create separate packages”.
SetPackageTypeSeparateAndMultilingual(IBuild Build) - Sets the language option for the specified Build to “Create separate packages and a multilingual package”.
SetPackageTypeMultilingual(IBuild Build) - Sets the language option for the specified Build to “Create only a multilingual package”.
GetUsePrevVerLang(IBuild Build) return Bool - Gets the value of the checkbox “Automatically use the previous version’s languages if installed”.
SetUsePrevVerLang(IBuild Build, Bool Value) - Sets the “Automatically use the previous version’s languages if installed” option for the specified Build to the boolean Value.
SetUseSystemLang(IBuild Build) - Sets the user interface language option to “Automatically use system language for installation” for the specified Build.
SetUseCurrentUserLang(IBuild Build) - Sets the user interface language option to “Automatically use current user language for installation” for the specified Build.
SetDisplayLangDialog(IBuild Build) - Sets the user interface language option to “Display language selection dialog” for the specified Build.
GetNotDisplayCountryNameInDialog(IBuild Build) returns Bool - Gets the value of the “Do not display country name in language selection combo” checkbox for the specified Build.
SetNotDisplayCountryNameInDialog(IBuild Build, Bool Value) - Sets the value of the “Do not display country name in language selection combo” checkbox for the specified Build.
See also
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- [New] 2024 Approved Facebook’s 2023 Video Innovations Embracing the Short-Form Approach
- [New] From Watch List to Download YouTube Playlist in Minutes for 2024
- Best Programs to Edit MP4 Video Tags for 2024
- Complete Guide: Restoring Lost Files on Your Samsung Galaxy Using the Galaxy Data Recovery App
- Exploring App ID in iComClass: A Deep Dive Into Systemic Code Recognition
- Frustrating Tips and Tricks to Watch Your DVDs on Windows 8
- How to Mirror PC Screen to Realme C55 Phones? | Dr.fone
- In 2024, Aerial Vehicles Deciphered How They Fly & Communicate
- Inside the World of Gadgets - A Look Into Tom's Hardware Reviews
- New 2024 Approved Final Cut Pro Essentials 3 Ways to Create Smooth Transitions
- Ultimate Tutorial: How to Stream and Watch FLV Videos on Your Android Device
- Wireless Connection Guide: Linking Your Google Pixel Smartphone with a Windows/Mac Computer
- Title: Language Settings & Preferences: Customizing Your User Experience
- Author: David
- Created at : 2024-10-03 18:04:18
- Updated at : 2024-10-10 21:50:41
- Link: https://fox-zaraz.techidaily.com/language-settings-and-preferences-customizing-your-user-experience/
- License: This work is licensed under CC BY-NC-SA 4.0.