Jump to content

Localization examples: Difference between revisions

From Resco's Wiki
Created page with "== Entity item on home screen == In this example, we rename the title and subtitle of an entity on home screen, add a custom icon for the item. # In Woodford, edit the h..."
 
Line 4: Line 4:


# In Woodford, edit the home screen. Select the entity and click Rename. Use a unique one-word string, for example, "CustomAccount".<br> [[File:Rename item on home screen.png|600px]]
# In Woodford, edit the home screen. Select the entity and click Rename. Use a unique one-word string, for example, "CustomAccount".<br> [[File:Rename item on home screen.png|600px]]
# Select '''Design > [[Localization]]''' from the '''Administrator''' menu and edit a language, Click '''Add''' to add a new localization string. As the ID, use HomeTitle.HomeItemName; in this particular example, HomeTitle.CustomAccount. Add another string for HomeSubTitle.CustomAccount.
# Select '''Design > [[Localization]]''' from the '''Administrator''' menu and edit a language, Click '''Add''' to add a new localization string. As the ID, use HomeTitle.HomeItemName; in this particular example, HomeTitle.CustomAccount. Add another string for HomeSubTitle.CustomAccount. <br> [[File:Home title custom strings.png|600px]]
# The result is: TBD.
# If you want to change the icon of the home screen item, select '''Design > [[Images]]''' from the '''Administrator''' menu. Go to the Home directory and click '''Add''' to add a new image. As the image name, use the name you used in step 1, for example "CustomAccount".
# If you want to change the icon of the home screen item, select '''Design > [[Images]]''' from the '''Administrator''' menu. Go to the Home directory and click '''Add''' to add a new image. As the image name, use the name you used in step 1, for example "CustomAccount".



Revision as of 10:15, 3 December 2019

Entity item on home screen

In this example, we rename the title and subtitle of an entity on home screen, add a custom icon for the item.

  1. In Woodford, edit the home screen. Select the entity and click Rename. Use a unique one-word string, for example, "CustomAccount".
  2. Select Design > Localization from the Administrator menu and edit a language, Click Add to add a new localization string. As the ID, use HomeTitle.HomeItemName; in this particular example, HomeTitle.CustomAccount. Add another string for HomeSubTitle.CustomAccount.
  3. If you want to change the icon of the home screen item, select Design > Images from the Administrator menu. Go to the Home directory and click Add to add a new image. As the image name, use the name you used in step 1, for example "CustomAccount".

Hub item on home screen

TBD

Change names of views

TBD

Change names of view buttons and commands

TBD