Where to change Chinese unassigned value of Filed Against to English?
RTC 6.0.2 used here.
Originally RTC project was created with Chinese locale and some menus were translated into Chinese which is normal. Now the users want to have English menus instead but they can not create a new English project area
and changed all Chinese menus etc in source code and most of the menus are now showing as English with no problem.
But there are some default value such Unassigned Filed Against still shows as Chinese and they don't find a way to correct it. This Unassigned value seems to be a part of default value. Does anyone know whether there is any way we can change this value(such as from Chinese value to English 'Unassigned') so that when creating a new work item(such as defect, task) the filed against will show Unassigned instead of Chinese translated Unassgined?
Thanks
Accepted answer
For the regular enumerations, you can simply modify them in the configuration UI, as the "Unassigned" is just one of the allowed values. Filed Against is a bit different as it is of type "category". IIRC, its "Unassigned" value is stored in the database, not the process configuration. I doubt that there is a supported way to change this value.