on 2006 Nov 09 9:42 AM
Hi,
I've created a few simpletypes to input only digits for example. When i input letters in there, a message shows that i have to change te format the only problem is that the message is in german. Nothing wrong with german but i would rather have it in english. My browser is english and the language of my user in the SAP portal is set to english . How does Web Dynpro get its locale settings?
Much thanks,
Hugo
Hugo,
1. Quick test -- add the following parameter to application URL, it overwrites any language settings: sap-locale=en_US
Open application in new browser window. Can you see English text now?
2. Is this simpletype from Local Dictionary or from Adaptive RFC Model dictionary?
In later case probably you have fixed settings for language in metadat connection...
Valery Silaev
SaM Solutions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hugo,
Can you describe your simple type? What is base type? What restrictions are applied?
If your project is en_US, and type is just trivial deriviation from built-in type ineteger or double, and session locale is reported as EN but the message is still in German, then this is probably a WD bug. WD has message texts for all built-in types and they should be translated (EN as DE is fully supported language by SAP). Just for clarity, could you post exact message text?
VS
Valery,
My simpletype is called creditNoteAmount and uses local dictionary. The build-in type is decimal. I havent specified a base type.Length constraints are 15 digits and 2 fraction digits. The message i get when i input letters for example is: Bitte geben Sie den Wert in der Form -2,733.34 ein.
Hugo
Hugo,
This is standard WD message for numeric types. Seems that your installation has no text translated to EN for this message. Try to submit a bug.
Also check whether other built-in error messages are correct. For example, create simple type with enumeration and try to enter value outside enumeration. Does it shows error in END or in DE?
VS
Hi Hugo,Valery,Armin,
We've gone on a upgrade from SP14 to SP18 and facing this issue. Though the locale is still the same (en_GB), in all applications the standard validation error messages appear in German. Does any setting needs to be changed or is it a problem with SP18?
FYI, I tried what Valery and Armin suggested, and the locale is determined as en_GB at runtime.
Any help is greatly appreciated.
Thanks,
Rajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.