Skip to content

Instantly share code, notes, and snippets.

@auzwang
Created January 2, 2015 00:45
Show Gist options
  • Save auzwang/5941795f42f888978a62 to your computer and use it in GitHub Desktop.
Save auzwang/5941795f42f888978a62 to your computer and use it in GitHub Desktop.
Ext Locale Load Order
@if (Html.HaveExtJsLocaleFileForUser(Request)) {
<text>
Ext.Loader.loadScript({ url: '@Url.StaticContent("/libraries/extjs/4.2.0/locale/" + @Html.ConvertUserLanguagePreferenceToExtjsLocaleFileName(@Request))' });
</text>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment