How to set up an announcement in two languages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 01:30 PM
Hi friends,
I am trying to setup service portal announcement in two languages. When I create a new announcement, (service portal -> announcements ), I get only room for 1 paragraph. And I would like room for 2 paragraphs, 1 for french and the other for english.
If someone can help me with the above problem I would greatly appreciate it. Another way I though this can be solved, and I am not sure if this is even possible, is to have the announcement change depending on a user's preferred language. So If a user logs in with french as the default language, he will see the french announcement, and if English then English, but I am not even sure if this is possible.
I think having 2 paragraphs in the announcement is the faster solution. If someone could help me with this issue, I would really appreciate it.
Thank you..
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 01:41 PM
Add one line in the Title and the other one in Summary, this displays 2 lines.
Mark correct if it resolves the issue!
Thanks,
Yoshita.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 02:34 PM
Yes, but how can you put a new line between the two paragraphs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 03:27 PM
Since title and summary is translated text field. Please follow below steps and confirm
Create the record in the [sys_translated_text] table with the following details:
- Document: This should be the record from the [announcement] table
- Document Sys ID: The sys_id of the record in the [announcement] table
- Field: Title
- Table name: announcement
- Language: Select the language for which the translated message needs to be created.
Hope this helps!