-
Type: Feature Request
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: CFA 2021R1
-
Component/s: None
-
Labels:
-
INF Reference Number:INF-12260
Configuration
- To display new User Preferences, under User icon >Settings > User Settings
- Security Permission: Mobile > Settings - User Preferences - Can Access
- To allow a manager to set a users language, there is no configuration required
- To set languages to be displayed in MxC, set InUse = 1, in tblocalisation
select * from tbLocalisation where InUse = 1
- Users will display as having the Default Language, American English, being set, even if it is not set. In other words, when tbUser.CultureID = Null, user will use American English, even though that user is not explicitly assigned that Culture
- The default CultureId is defined in tbSystem
- It looks like we will need to add, and test a new Puerto Rico Locale (es-PR)
- I found this page which details some of it: https://www.localeplanet.com/dotnet/es-PR/index.html
- We should test to make sure what is that SQL supports in terms of built in locales
// Setting fomrats for the culture that is to be used for PR Spanish // Update statement begin tran update tbLocalisation set MobileShortDateFormat = 'D MMM YYYY', MobileLongDateFormat = 'D MMM YYYY h:mm a', MobileMediumDateFormat = 'ddd, D MMM YYYY', MobileAbbrDateFormat = 'DD-MM' where LocalisationID = 4 --commit --rollback
Ensure that:
- A user has the ability to set their own language
- An Operator/Manager has the ability to set a users language
- is implemented by
-
CFAMX-11798 Augment/Create Load Tests
- Closed
-
CFAMX-11896 Localization - Update Personal Language Preference
- Closed
-
CFAMX-11901 Localization - Update Language Preference on Behalf of Employee
- Closed
- relates to
-
CFAMX-11417 All - INF-12247: InFORM Localization - Support displaying other languages (Localization Updates)
- Closed