Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the translated name of a Wolfram Language symbol in a given language
ResourceFunction["SymbolNameTranslate"][str,lang] returns the translated name for the symbol named in str for the language lang. | |
ResourceFunction["SymbolNameTranslate"][sym,lang] returns the translated name for the symbol sym in the language lang. |
Get the Spanish translation for a symbol using strings:
In[1]:= |
Out[1]= |
Get the Portuguese translation for some symbols:
In[2]:= |
Out[2]= |
For symbols that evaluate, use Unevaluated and SymbolName to retrieve translations. Get the German translation of $PublisherID:
In[3]:= |
Out[3]= |
The set of possible results is not complete for all symbols and languages. The following code for a symbol returns the available translations:
In[4]:= |
Out[5]= |
Create a table of translations:
In[6]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License