Yealink Forums

Full Version: Autoprovisioning and GUI Language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

on our T46 ( 28.73.0.45 ) phones we can't get it working, to tell the phones to set to German GUI language

We tried several Settings in the autoprovisioning file

lang.gui = Deutsch
lang.gui = German
lang.gui = Deutsch(German)

I also tried to use the server stored language file
gui_lang.delete =http://localhost/all
gui_lang.url = http://192.168.1.1:5000/provisioning/xyz...erman.lang
(file is reachable through this URL)

Nothing helps, after the reboot the display is shown the english GUI

Any suggestions

Regards
Ralf
Try renaming the file to lang-German.txt

The file should start with
Code:
[Lang]
Name=German
FONT=Tahoma

In my T48 y0000000035.cfg I have these settings for my Dutch translation file:
Code:
################################################################################​#######
##                                   UI Language                                     ##          
################################################################################​#######
#Before using this parameter, you should store the desired language pack to the provisioning server.
#For more information, refer to Yealink Auto Provisioning User Guide.
gui_lang.url = http://<server>/<path>/lang-Dutch.txt

#gui_lang.delete = http://localhost/all, delete all the customized languages.
gui_lang.delete =

################################################################################​#######
##                                   Web Language                                    ##          
################################################################################​#######
#Specify the web language, the valid values are: English, Chinese_S, Turkish, Portuguese, Spanish, Italian, French, Russian, Deutsch and Czech.
lang.wui =

#Specify the LCD language, the valid values are: English (default), Chinese_S, Chinese_T, German, French, Turkish, Italian, Polish, Spanish and Portuguese.
lang.gui = Dutch

In your situation it should be lang.gui = German
Hope this help
Hi cptjack,

We also want the dutch language files in our T46's can you share your Language file?

Thanks
Johan.
Hi Johan,

This is our file we use on the T48G, i might need some tweaks on the T46G as I don't have a T46 handy. If you optimize it for T46G please post back the result.

If other people are interested in sharing or creating additional language translations, I could post them online to a website to have them in one central place...

Best regards,
/CJ
Reference URL's