エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
JSPWiki: Javascript Localization
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
JSPWiki: Javascript Localization
Just realized that we need to also localize the Javascript. What would be a good strategy for tha... Just realized that we need to also localize the Javascript. What would be a good strategy for that? I have four ideas: Make Javascript files regular JSP files, so we can use normal Java i18n techniques. Problem: Needs careful consideration of caching; otherwise page loads may slow down considerably Use an AJAX technique to load i18n'd strings into the Javascript Problem: may be too complicated to