代码搜索:localization

找到约 2,270 项符合「localization」的源代码

代码结果 2,270
www.eeworm.com/read/460242/1561561

cs localization.cs

#region Fireball License // Copyright (C) 2005 Sebastian Faltoni sebastian{at}dotnetfireball{dot}net // // This library is free software; you can redistribute it and/or // modify it unde
www.eeworm.com/read/451865/1659275

java localization.java

/* * Localization Support Class * Localization.java * * Created on 19 猎敦挂鹿 2549, 17:04
www.eeworm.com/read/232407/4699014

strings localization.strings

/* Spanish localization test file /** nesting comments */ */ "Hello" = "Hola" /*this is Hello in spanish*/ "I understand" = "Yo comprendo"
www.eeworm.com/read/232407/4699015

strings localization.strings

/* Italian localization test file /** nesting comments */ */ "Hello" = "Ciao" /*this is Hello in italian*/ "I understand" = "Io capisco"
www.eeworm.com/read/232407/4699016

strings localization.strings

/* Polish localization test file /** nesting comments */ */ "Hello" = "Cze\U0107\U015B" /*this is Hello in polish*/ "I understand" = "Rozumiem"
www.eeworm.com/read/232407/4699017

strings localization.strings

/* French localization test file */ "Hello" = "Salute" /*this is Hello in french*/ "I understand" = "Je comprends"
www.eeworm.com/read/231215/4716572

php localization.php

www.eeworm.com/read/221464/4830605

cpp localization.cpp

/* The following shows the creation of a facet for the output of dates in German (please forgive me for any errors in my German -- I'm not a native speaker). */ #include "boost/date_time
www.eeworm.com/read/216423/4895918

php localization.php

www.eeworm.com/read/213767/4912171

rb localization.rb

module Localization mattr_accessor :lang @@l10s = { :default => {} } @@lang = :default def self._(string_to_localize, *args) translated = @@l10s[@@lang][string_to_localize] || string