Inherits from NSObject
Conforms to STWService
Declared in STWServiceLocale.h
STWServiceLocale.m

Overview

STWServiceLocale is a Locale service for Straw iOS.

This service class provides the way to access to locale data through Straw Service Method call.

Instance Methods

getLanguage:withContext:

Returns language code.

- (void)getLanguage:(NSDictionary *)params withContext:(id<STWServiceCallContext>)context

Parameters

params

Straw Service call params

context

Straw Service call context

Discussion

Returns language code.

Declared In

STWServiceLocale.h