Tabnine Logo
NSLocale
Code IndexAdd Tabnine to your IDE (free)

How to use
NSLocale
in
ch.cyberduck.binding.foundation

Best Java code snippets using ch.cyberduck.binding.foundation.NSLocale (Showing top 2 results out of 315)

origin: iterate-ch/cyberduck

/**
 * Factory method<br>
 *
 * @see #initWithLocaleIdentifier(String)
 */
public static NSLocale createWithLocaleIdentifier(String string) {
  return CLASS.alloc().initWithLocaleIdentifier(string);
}
origin: iterate-ch/cyberduck

@Override
public List<String> systemLocales() {
  // Language ordering in system preferences. Can be overridden
  // using the "AppleLanguages" user default
  return this.toList(NSLocale.preferredLanguages());
}
ch.cyberduck.binding.foundationNSLocale

Most used methods

  • initWithLocaleIdentifier
    Original signature : initWithLocaleIdentifier(NSString*) From category NSLocale from NSLocaleCreatio
  • preferredLanguages
    Original signature : NSArray* preferredLanguages() From category NSLocale from NSLocaleGeneralInfo n

Popular in Java

  • Creating JSON documents from java classes using gson
  • setScale (BigDecimal)
  • getApplicationContext (Context)
  • onRequestPermissionsResult (Fragment)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • BoxLayout (javax.swing)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now