Language Customtags and Usage
Workcube works with a dictionary of all words and sentences in the interface. The dictionary doesn't just make the interface dynamic. It also creates a multilingual and global structure. Words/sentences are first recorded in the dictionary. Then, all the words in the interface are called directly from cache memory with language custom tags to ensure performance. There is a dictionary in the Workcube library that officially supports 8 different languages. Institutions that wish may additionally create their own dictionaries. They can create their own language or jargon by customizing a word or phrase. Workcube offers the option of using a different language for each user, depending on the language set chosen by the users in their personal settings. Users can switch from one language to a different language interface whenever they want.
Language customtags are written directly as a word or sentence within the HTML interface.
Example:
Language Custom Tags and Usage Figures
The number 43974 comes from the DICTIONARY_ID column in the SETUP_LANGUAGE_TR table in the database. The part after the dot is written as "Word-Phrase in the Dictionary" explanation. When examining the code, this explanation shows its dictionary equivalent directly on the code. This label is the label that appears after Workcube 19 and above versions. This tag is used in new writing or when modernizing old code.
Language Tags Used in Versions Prior to version 19
Workcube will continue to support these tags until December 2022. It is not recommended to use the following tags in new writings or improvements.
The number 1991 comes from the ITEM_ID column in the SETUP_LANGUAGE_TR table in the database.
The number 1882 comes from the ITEM_ID=1882 in the SETUP_LANGUAGE_TR table in the database. It comes from the column where MODULE_ID="main" Check if the word is in the dictionary. If the word you are looking for is in the dictionary, all you have to do is get the DICTIONARY_ID of the word and use it.
Feedback
Workcube Language Sets - Dictionary and Special Languages
Words and expressions in the Workcube interface are saved through the Dictionary and their meanings in other languages can be entered. On the Special Languages page, there are words that are not intended to be affected or changed by the edits and upgrades.
Modules, Functions, Menus, Interface and Language
What are Module and Workcube Objects? What is the menu structure and how does it work? What is the interface approach? How to set dictionary?