TeamcenterKnowledge

Configuration utilities > Localization

ics_localize_class_attributes

Marks class attributes as localizable or nonlocalizable. When marking attributes as nonlocalizable, Teamcenter removes the translations of referenced ICO object properties. Syntax ics_localize_class_attributes [-u=user-id {-p=password | -pf=password-file} -g=group] -file=file_name -localizable=true|false [-continueOnError] [-h] Arguments -u Specifies the user ID. This is a user with Teamcenter administration privileges. Note If Security Services single sign-on (SSO) is enabled for your server, the -u and -p arguments are authenticated externally through SSO rather than being authenticated against the Teamcenter database. If you do not supply these arguments, the utility attempts to join an existing SSO session. If no session is found, you are prompted to enter a user ID and password. -p Specifies the password. This argument is mutually exclusive with the -pf argument. -pf Specifies the password file. For more information about managing password files, see Manage password files. This argument is mutually exclusive with the -p argument. -g Specifies the group associated with the user. If used without a value, the user's default group is assumed. -file Specifies a file name in text format. The input file contains the class ID and the attribute ID of the attributes to be marked as localized or nonlocalized. The format of this text file must be as follows: Class ID|AttributeID_1,AttributeID_2, AttributeID_3... -localizable If set to true, specifies that the class attributes listed in the input file are marked as localizable. If set to false, it marks the specified attributes as nonlocalized and removes the translations of referenced ICO object properties. -continueOnError Specifies that the utility continues processing after encountering an error. -h Displays help for this utility. Environment As specified in Setting up a Teamcenter command-line environment. Files As specified in Log files produced by Teamcenter. Restrictions None. Examples Copy ics_localize_class_attributes -u=Tc-admin-user -p=password -g=group -file=my_class_attributes.txt -localizable=true -continueOnError This example marks all the attributes found in my_class_attributes.txt as localizable. my_class_attributes.txt must contain the class and attribute IDs of the attributes to be localized. For example, to mark the Description (ID -1200 and Comments (ID -1210) attributes contained within the Components class (ID FIXT02) as localizable, the contents of the my_class_attributes.txt file are: Copy FIXT02|-1200,-1210 Related Topics Teamcenter Localization

Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/coz1737253683897/bvl1737253686251/id1011847.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)