Localizing menus
Although there are different types of menus in , you can localize only character, file, and search type menus.
To localize character menus
Use one of the following methods:
- To localize character menus all at one time, use the Export and Import menu commands in . (See Localizing-form-views.)
- To localize character menus manually, modify the values in . (See Creating-character-menus.)
To localize file menus
- Open the file menu in .
- Open the file indicated in the path on the File Name file.
- Localize the entries in a text editor.
- Save a localized version of the text file in the format: filename.fileExtension.language_country.
searches for the appropriate version of a file menu according to what locale is set as the user preference.
To create a localized search menu
Creating localized menus enables automatic searches on forms based on the user's locale.
- In a browser, open the AR System User Preference form.
For each Windows user who is going to use the localized search menu:- Click the Locale tab.
- Enter the locale for that user in the User Locale field.
- Save the form.
For each web user who is going to use the localized search menu: - Open the Remedy Mid Tier Configuration Tool, and click the General Settings link.
- Make sure that the preference server names for the relevant users is set in the Preference Server(s) field.
- Click Save Changes.
- Click the Locale tab.
- Create the form that will contain the search menu.
- Add a Locale (field ID 160) to the form.
Create a Search menu on this form.
The server automatically appends a query to the search statement, in which the special field value equals the user's locale.
For example, suppose the base query of a Search menu is:
"Create Date > 01/01/09"Normally, when this query menu is executed, it searches for all records in which the create date is later than 01/01/09. If you add a field with field ID 160 to the form, the server automatically changes the search statement to:
"Create Date > 01/01/09 AND Field 160 = <usersLocale>"