1. #1
    Sencha User
    Join Date
    May 2011
    Posts
    94
    Vote Rating
    0
    hemant1 is on a distinguished road

      0  

    Default Unanswered: sencha app localization

    Unanswered: sencha app localization


    I m developing an sencha touch app with multiple locale
    i have developed the multiple locale file for each language according to this link
    http://wtcindia.wordpress.com/2011/11/26/localizing-sencha-touch-application/#comment-780


    but my problem is at the time of loading i m attaching the app-en_US.js locale file and when user select the language for example (german) then new local file is added in the head tag of html app-GE_de.js
    but when i run the application and select the german language still text are displaying in english
    i m adding the javascript locale file like this

    var th = document.getElementsByTagName('head')[0]; var s = document.createElement('script'); s.setAttribute('type','text/javascript'); s.setAttribute('src','locale/app-'+lang+'.js'); th.appendChild(s);

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    Answers
    3113
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    That method does not support on the fly localization. You will need to look/build other ways. FOr instance, I built Ux.locale.Manager that does support on the fly changes for my own purposes.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

Tags for this Thread