HP Forums
Can we expect any new natural languages? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Can we expect any new natural languages? (/thread-13533.html)



Can we expect any new natural languages? - StephenG1CMZ - 08-29-2019 10:46 PM

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) :?


RE: Can we expect any new natural languages? - Carlos295pz - 08-30-2019 02:56 AM

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);