Application Guide

exit the program the TI-
Innovator™ Hub is still
working with the
handheld.
getLangInfo()
Catalog >
getLangInfo() string
Returns a string that corresponds to the
short name of the currently active
language. You can, for example, use it in a
program or function to determine the
current language.
English = “en
Danish = “da”
German = “de”
Finnish = “fi”
French = “fr”
Italian = “it”
Dutch = “nl”
Belgian Dutch = “nl_BE”
Norwegian = “no
Portuguese = “pt”
Spanish = “es
Swedish = “sv”
getLockInfo()
Catalog >
getLockInfo(Var) value
Returns the current locked/unlocked state
of variable Var.
value =0: Var is unlocked or does not exist.
value =1: Var is locked and cannot be
modified or deleted.
See Lock, page 107, and unLock, page 197.
Alphabetical Listing 83