HP Forums

Full Version: Can we expect any new natural languages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The question was prompted by the discovery of a STRINGFROMID(Main_ModesRussian) amongst the existing language choices in the English STRINGFROMID listing.

Also, is there a way to print the language name?
Something like PRINT(Langname(Language))?
Rather than
List:=("Main_ModeEnglish",...)
PRINT(STRINGFROMID(List(Language) :?
I think this may seem interesting: STRINGFROMID (Multilanguage) (Spanish)

According to the internal list, it can be assumed that the Russian language was considered since the calculator was launched, but I don't know why this alternative has been left aside until now.

You can print the current language with this:
NameLang:=STRINGFROMID({77,81,80,1423,1424,1425,1426,82,83});
PRINT(NameLang(Language));

Here the hidden language Tongue → NameLang(9);
Reference URL's