The PrimalScript 2015 localization support.
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
The PrimalScript 2015 localization support.
Does the PrimalScript 2015 support localization? I want localize existing VBScript project with different languages: French/Canadian, Japanese and Chinese (Traditional) languages.
Re: The PrimalScript 2015 localization support.
You cannot localize VBScript. PowerShell supports culture and locale but has no facilities to directly localize. You would have to place all of you strings in files and handle the locale yourself. If you create modules they can be localized.
- Alexander Riedel
- Posts: 8583
- Last visit: Fri Nov 08, 2024 3:54 pm
- Been upvoted: 42 times
Re: The PrimalScript 2015 localization support.
I am not sure what you mean by localization "support". Typically you would use Unicode for your script files, which is obviously supported and include constants for your messages and strings in the desired languages.
Then find the local language of the computer
http://www.tech-archive.net/Archive/Scr ... 00695.html
and show the corresponding string
Then find the local language of the computer
http://www.tech-archive.net/Archive/Scr ... 00695.html
and show the corresponding string
Alexander Riedel
SAPIEN Technologies, Inc.
SAPIEN Technologies, Inc.