Kbase P178160: Dynamics toolbar menu items translated when they shouldn't be
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/30/2010 |
|
Status: Unverified
SYMPTOM(s):
Dynamics toolbar menu items translated to the users language when they shouldn't be.
Toolbar and menu options are translated to the users configured language at run time even though the user has logged in using the System default language.
FACT(s) (Environment):
The user logged into Dynamics has a default language set to something other than the system default language.
The user logged into Dynamics has chosen to use the system default language and not his own configured default language.
Windows
OpenEdge 10.x
CAUSE:
Bug# OE00202522
FIX:
None at this time.
To work around the problem, in a local copy of ry/app/rymenufunc.i, insert the following code just before option /* 1 */.
FIND FIRST gsc_global_control NO-LOCK NO-ERROR.
IF AVAILABLE gsc_global_control
AND pdLoginLanguageObj EQ gsc_global_control.default_language_obj THEN RETURN pdLoginLanguageObj.
Then recompile ry/app/rygetmensp.p