Ciao,
quello che vedi non è un errore di charset, ma è dovuto al fatto che il parametro "Confirm Message Key" del link template non rappresenta direttamente il testo del messaggio di conferma, ma una chiave per andare a cercare il messaggio nell'insieme delle stringhe localizzate (localization bundle) per la lingua in uso.
Il messaggio ???it_IT.Proseguire??? vuol dire che non è stata trovata nessuna stringa con chiave Proseguire nel bundle della lingua italiana.
Per risolvere:
- Apri la finestra Localize (ad esempio facendo clic col tasto destro sulla pagina).
- Scegli a sinistra la lingua di cui modificare le stringhe.
- Fai clic col destro su Custom e sceli Add Custom Key.
- Specifica come Key il nome della chiave (nel tuo caso Proseguire) e come Value il messaggio nella lingua scelta.
Saluti!
Hello everyone, I'm writing about this small problem. In Confirm Dialogs there are messages like ???it_IT.Proseguire???? I assume it is a charset problem, but I can't find the way to fix it.
Thanks a lot.
Bye.
Hi,
what you see is not a charset error, but it is due to the fact that the "Confirm Message Key" link template parameter does not represent the actual confirm message text, but a key to look up the message in the collection of localized strings (localization bundle) for the current language.
The message ???it_IT.Proseguire??? means that it was not possible to find a string with key Proseguire in the Italian language bundle.
To fix the problem:
- Open the Localize dialog (for example by right-clicking on the Page).
- Choose on the left the language for which to edit strings.
- Right-click on Custom and choose Add Custom Key.
- Fill in Key with the key name (in your example, Proseguire) and Value with the actual messsage in the choosen language.
Bye!