Kaydet (Commit) 397c45ec authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

How to localize strings

üst f72246cc
......@@ -6,6 +6,9 @@ Here are some examples for accessing COMAR:
import comar
link = comar.Link()
# Localize strings
link.setLocale()
# Get a list of packages that provide system.service method
packages = list(link.System.Service)
......@@ -25,6 +28,9 @@ Asynchronous calls:
import comar
link = comar.Link()
# Localize strings
link.setLocale()
# Make an asynchronous call to get service information
def handler(package, exception, result):
if exception:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment